Skip to content

Releases: pauldemarco/flutter_blue

v0.7.2

20 Apr 16:04
Compare
Choose a tag to compare

Merged in performance fix for Guid initializers.
Merged in allowDuplicates option for startScan.
Updated rxdart dependency to the latest (0.24.0).

v0.7.1+1

08 Apr 21:54
Compare
Choose a tag to compare

Merged in fix for constructor platform error when running on emulator.
discoverServices now returns exception when called on a device that's not connected.

v0.7.1

04 Apr 21:45
Compare
Choose a tag to compare

Fixed an issue that caused false notifications when writing characteristics.
Stability improvements when building for iOS.
Add toString to all Bluetooth classes.
Other minor bug/documentation fixes.

v0.7.0

31 Mar 07:44
Compare
Choose a tag to compare

Removed minSdk declaration for Android.
Fixed Android permissions issue causing empty scan results.
Fixed iOS permissions issue that caused build errors.
Various minor fixes to documentation.
Supports v2 android embedding.