Skip to content

Releases: PhilipsHue/flutter_reactive_ble

v4.0.0

17 Aug 15:47
e9b16c4
Compare
Choose a tag to compare
  • Support federated plugin structure

v3.1.1

22 May 19:04
71d6021
Compare
Choose a tag to compare
  • Fixes to comply to new Dart linter.
  • Fix #277 be able to connect when in background mode.

v3.1.0

02 May 13:58
6e05974
Compare
Choose a tag to compare
  • Add discoverable services to ScanResult. Kudos to @xvrh.

v3.0.0

27 Mar 17:20
c035b78
Compare
Choose a tag to compare
  • Breaking: Migration to null-safety.
  • Improve example app by adding discover services, read, write and subscribe to characteristic.

v3.0.0-nullsafety.0

13 Feb 15:46
4c1c21a
Compare
Choose a tag to compare
v3.0.0-nullsafety.0 Pre-release
Pre-release
  • Migrate reactive Ble library to Dart sound null-safety

v2.7.3

05 Feb 07:46
35cf990
Compare
Choose a tag to compare
  • Upgrade Android dependencies to comply to newer Gradle distributions.

v2.7.2

05 Feb 07:45
dcbf292
Compare
Choose a tag to compare
  • Fix #188 subscribeToCharacteristic fails when characteristic config descriptor is not present.
  • Fix #195 scanFailure when using backgroundmode messaging Firebase.

v2.7.1

16 Nov 09:17
ec2fba4
Compare
Choose a tag to compare
  • Fix #115 by updating to new protobuf lite on Android.
  • Regenerate Dart and Swift protobuf code.

v2.7.0

13 Nov 13:59
44a6fd7
Compare
Choose a tag to compare
  • Fix #137 by making sure event channels are initialized early.
  • Add support for Android 5 and 6.

v2.6.1+1

26 Oct 09:07
ff81239
Compare
Choose a tag to compare
  • Revert protobuf upgrade on Android.