Releases: chipweinberger/flutter_blue_plus
Releases · chipweinberger/flutter_blue_plus
1.32.6
- [Fix] calling
startScan
multiple times in a row would fail
1.32.5
- [Fix] android: support multiple MSD with the same manufacturer ID
1.32.4
- [Improve] revert 1.32.3 (i.e. go back to 1.32.1 behavior)
- [Fix] fix
SCAN_FAILED_ALREADY_STARTED
on android after adapter is turnedoff
thenon
1.32.3
- [Improve] allow calling
stopScan
even if not currently scanning. (revert 1.32.1)
1.32.2
- [Improve] iOS: fix warning about implicit conversion for showPowerAlert
1.32.1
- [Fix] Android: scan failure was not being pushed to
onError
- [Improve] only
stopScan
if currently scanning. prevents 'could not find callback wrapper' log on Android
1.32.0
- [Improve] update
adapterState
stream beforeconnectionState
streams, to improve autoconnect.
1.31.19
- [Improve] autoconnect: catch & print errors when autoconnect fails
1.31.18
- [Feature] add
setOptions
function. Used to configure power alert on iOS
1.31.17
- [Fix] android: autoconnect could enter disconnect / connection loop
- [Fix] android: calling
disconnect
should always disable autoconnect, even if already disconnected