Releases: PhilipsHue/flutter_reactive_ble
Releases · PhilipsHue/flutter_reactive_ble
v5.3.1
v5.0.3
What's Changed
- Readd accidentally removed version constraint by @spkersten in #789
- Add a placeholder implementation for non-mobile platforms by @swift-kim in #688
- Add Github actions and Migrate to latest Android SDK, AGP and protobuf plugin by @Taym95 in #830
- Include packages lock-files by @Taym95 in #797
- Update Kotlin version in README by @Taym95 in #831
- Migrate away from deprecated strong mode analysis options by @Taym95 in #832
- Read RSSI by @spkersten in #796
- Bump version 5.3.0 by @Taym95 in #834
New Contributors
- @swift-kim made their first contribution in #688
Full Changelog: 5.2.0...5.3.0
v5.2.0
What's Changed
- Bump the minimum requirement to Dart 2.17 and upgrade melos to 3.1.0 by @ened in #762
- swiftlint config and inital formatting pass by @ened in #765
- Cancel subscription when a disconnect event has been thrown by @Taym95 in #769
- Fix typos by @wcoder in #778
- Update CI config to use Xcode 14 by @spkersten in #786
- Support multiple services or characteristics with the same id by @spkersten in #776
- Breaking change: If a device has multiple characteristics with the same ID,
readCharacteristic
,writeCharacteristic
andsubscribeToCharacteristic
used to select the first of those characteristics. Now they will fail in this case. Useresolve
orgetDiscoveredServices
instead.
New Contributors
- @wcoder made their first contribution in #778
- @spkersten made their first contribution in #786
Full Changelog: 5.1.1...5.2.0
5.1.1
v5.1.0
What's Changed
- Add a script for running tests (intended for use by the Flutter customer tests repository) by @jason-simmons in #648
- Make operator == override parameters non-nullable by @srawlins in #677
- Remove dead code from reactive_ble_platform_test by @srawlins in #703
- Add connectability from discovery data by @RtgrV in #750
- Bump version to 5.1.0 by @RtgrV in #755
New Contributors
- @jason-simmons made their first contribution in #648
Full Changelog: 5.0.3...5.1.0