Releases: juliansteenbakker/nordic_dfu
Releases · juliansteenbakker/nordic_dfu
v5.2.0
[Android] Updated Nordic DFU Library to version 2.3.0
v5.1.2
- [Android] Updated Nordic DFU Library to version 2.2.2
- Updated example app dependencies.
v5.1.1
- [iOS] Fixed build for iOS.
v5.1.0
- [Android] Fixed an issue which caused the callback to fail.
- [Android] Upgraded Nordic DFU Library to version 2.2.0
- [iOS] Upgraded Nordic DFU POD to version 4.13.0
v5.0.1
- [Android] Upgraded Nordic DFU Library to version 2.0.3
- Upgraded some dependencies
v5.0.0
BREAKING CHANGES:
Callback is now handled through functions in the StartDfu() method. Please see the example app for an example.
Bugs fixed:
Fixed callback not being called on both Android and iOS.
v4.0.0
BREAKING CHANGES:
NordicDfu now uses a Singleton! The notation changes from NordicDfu.startDfu() to NordicDfu().startDfu()
New Features:
- Upgraded Nordic-DFU-Library to 2.0.2
- Upgraded Android Bluetooth Permissions.
- Upgraded other minor dependencies.
- Upgraded flutter_lints to lint for stricter analyzer.
v3.3.0
- Upgraded Android Dependency to 1.12.1-beta01
- Upgraded Android Gradle
v3.2.0
- Upgraded iOS Pod to 4.11.1
- Upgraded Android Dependency to 1.12.0
- Applied flutter_lints suggestion
- Upgraded gradle