Releases: PhilipsHue/flutter_reactive_ble
Releases · PhilipsHue/flutter_reactive_ble
v4.0.0
- Support federated plugin structure
v3.1.1
- Fixes to comply to new Dart linter.
- Fix #277 be able to connect when in background mode.
v3.1.0
- Add discoverable services to ScanResult. Kudos to @xvrh.
v3.0.0
- Breaking: Migration to null-safety.
- Improve example app by adding discover services, read, write and subscribe to characteristic.
v3.0.0-nullsafety.0
- Migrate reactive Ble library to Dart sound null-safety
v2.7.3
- Upgrade Android dependencies to comply to newer Gradle distributions.
v2.7.2
- Fix #188 subscribeToCharacteristic fails when characteristic config descriptor is not present.
- Fix #195 scanFailure when using backgroundmode messaging Firebase.
v2.7.1
- Fix #115 by updating to new protobuf lite on Android.
- Regenerate Dart and Swift protobuf code.
v2.7.0
- Fix #137 by making sure event channels are initialized early.
- Add support for Android 5 and 6.
v2.6.1+1
- Revert protobuf upgrade on Android.