nordic_dfu 5.1.2 nordic_dfu: ^5.1.2 copied to clipboard
This library allows you to do a Device Firmware Update (DFU) of your nrf51 or nrf52 chip from Nordic Semiconductor. Fork of flutter-nordic-dfu.
5.1.2 #
- [Android] Updated Nordic DFU Library to version 2.2.2
- Updated example app dependencies.
5.1.1 #
- [iOS] Fixed build for iOS.
5.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
5.0.1 #
- [Android] Upgraded Nordic DFU Library to version 2.0.3
- Upgraded some dependencies
5.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.
4.0.0 #
BREAKING CHANGES: NordiDfu now uses a Singelton! 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.
3.3.0 #
- Upgraded Android Dependency to 1.12.1-beta01
- Upgraded Android Gradle
3.2.0 #
- Upgraded iOS Pod to 4.11.1
- Upgraded Android Dependency to 1.12.0
- Applied flutter_lints suggestion
- Upgraded gradle
3.1.0 #
- Upgraded iOS Pod to 4.10.3
- Added api docs
3.0.0 #
- Upgraded to null-safety
- Upgraded to Android Embedding V2
- Update Android library to 1.11.1
- Migrated from java to kotlin
- Add pedantic and format accordingly
- Updated several other dependencies
Changes from flutter_nordic_dfu #
2.4.0 #
- Update Android library to 1.10.1
2.3.0 #
- Update iOS library to 4.5.1
2.2.1 #
- add android x depend
2.2.0 #
- Add example project
- Cancel notification when dfu complete
2.1.0 #
- Fix android 8+ notification error
- Add some android parameter to dfu lib
- Add forceDfu parameter to dfu lib
2.0.0 #
- Add asset file support
1.2.0 #
- Update iOS dependency to 4.4.2
1.1.0 #
- Convert android kotlin code to java
1.0.0 #
- Add DefaultDfuProgressListenerAdapter
0.5.0+2 #
- fix pod bug
0.5.0 #
- change dfu iOS dependency version
- this version has bug, do not use
0.4.0 #
- migrate to android x
0.3.0 #
- Down kotlin version to 1.2.71
0.2.1 #
- Update android kotlin version to 1.3.21
- Update com.android.tools.build:gradle to 3.3.1
0.2.0 #
- Finish iOS version
0.1.0 #
- Finish android version
0.0.1 #
- Init the package.