Skip to content

Releases: juliansteenbakker/nordic_dfu

v5.2.0

05 Jan 09:20
5a02360
Compare
Choose a tag to compare

[Android] Updated Nordic DFU Library to version 2.3.0

v5.1.2

09 Nov 07:27
Compare
Choose a tag to compare
  • [Android] Updated Nordic DFU Library to version 2.2.2
  • Updated example app dependencies.

v5.1.1

28 Sep 12:59
043dc17
Compare
Choose a tag to compare
  • [iOS] Fixed build for iOS.

v5.1.0

23 Sep 07:23
Compare
Choose a tag to compare
  • [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

25 May 07:58
a8579d6
Compare
Choose a tag to compare
  • [Android] Upgraded Nordic DFU Library to version 2.0.3
  • Upgraded some dependencies

v5.0.0

05 May 11:20
Compare
Choose a tag to compare

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

13 Apr 07:54
5649dc0
Compare
Choose a tag to compare

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

17 Jan 08:07
c59a21f
Compare
Choose a tag to compare
  • Upgraded Android Dependency to 1.12.1-beta01
  • Upgraded Android Gradle

v3.2.0

15 Nov 09:58
4dfd4dc
Compare
Choose a tag to compare
  • Upgraded iOS Pod to 4.11.1
  • Upgraded Android Dependency to 1.12.0
  • Applied flutter_lints suggestion
  • Upgraded gradle