Skip to content

Releases: PhilipsHue/flutter_reactive_ble

v5.3.1

05 Feb 14:26
be7ba94
Compare
Choose a tag to compare

What's Changed

  • Use proper platform_interface dependency version by @vbuberen in #837

New Contributors

Full Changelog: 5.3.0...5.3.1

v5.0.3

25 Jan 16:54
fea9c31
Compare
Choose a tag to compare

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

Full Changelog: 5.2.0...5.3.0

v5.2.0

28 Aug 14:12
8a4b03e
Compare
Choose a tag to compare

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 and subscribeToCharacteristic used to select the first of those characteristics. Now they will fail in this case. Use resolve or getDiscoveredServices instead.

New Contributors

Full Changelog: 5.1.1...5.2.0

5.1.1

30 Jun 21:42
240c3ee
Compare
Choose a tag to compare

What's Changed

  • Make new Connectable addition backwards compatible and bump version by @RtgrV in #757

Full Changelog: 5.1.0...5.1.1

v5.1.0

30 Jun 15:29
1432adf
Compare
Choose a tag to compare

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

Full Changelog: 5.0.3...5.1.0

v5.0.3

08 Dec 08:33
16747c4
Compare
Choose a tag to compare
  • Enable extended advertising on android. Fix #571
  • Add additional null checks to scanRecord. Fix #521
  • Restore support for Xcode 12
  • Add verbose debug logging Fix #583

v5.0.2

08 Nov 20:01
c25bedf
Compare
Choose a tag to compare
  • Revert Queue up messages on iOS until event channel is ready. Fix #439.

v5.0.1

26 Oct 18:21
14a5c1b
Compare
Choose a tag to compare
  • Bump protobuf so it includes binaries for Mac M1 #396.

v5.0.0

10 Oct 13:38
26f2d2c
Compare
Choose a tag to compare
  • DiscoveredService has now a new required property called DiscoveredCharacteristic which provides properties of the BLE characteristic.
  • Android 12 support.
  • Queue up messages on iOS until event channel is ready. Fixes #137, #251, #307, #385, #387.

v4.0.1

23 Sep 18:44
876de0d
Compare
Choose a tag to compare
  • Add support for iOS 15