flutter_blue

Bluetooth plugin for Flutter

BSD-3-CLAUSE License

Stars
2.4K
Committers
23

Bot releases are visible (Hide)

flutter_blue - v0.7.2 Latest Release

Published by pauldemarco over 4 years ago

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

flutter_blue - v0.7.1+1

Published by pauldemarco over 4 years ago

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

flutter_blue - v0.7.1

Published by pauldemarco over 4 years ago

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.

flutter_blue - v0.7.0

Published by pauldemarco over 4 years ago

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.