Releases: chipweinberger/flutter_blue_plus
Releases · chipweinberger/flutter_blue_plus
1.30.6
- [Improve] ios log more detail
- [Feature] add
adapterStateNow
getter
1.30.5
- [Fix] iOS build error (regression 1.30.4)
- [Fix] android autoConnect was broken (regression 1.30.1)
1.30.4
- [Fix] Perf: must close
adapterState
,bondState
&scanResults
BufferStreams - [Improve] iOS: set
kCBConnectOptionEnableAutoReconnect
option - [Improve] requestMtu: add
predelay
argument - [Example] only call
setState
if mounted
1.30.3
- [Fix] android: connect crashes (regression in 1.30.0)
1.30.2
- [Improve] auto connect: clean up some rough edges in the api
1.30.1
- [Revert] auto connect: remove
setAutoConnect
function added in 1.30.0 and go back to usingconnect:autoConnect
parameter
1.30.0
This release greatly improves autoconnect
support on Android, and adds iOS support.
- [Improve] android: auto connect is no longer canceled when bluetooth is turned off
- [Fix] android:
deadObjectExceptions
when bluetooth is turned off
1.29.13
- [Improve] android: add delay before
requestMtu
is called to work arounddiscoverServices
timeout
1.29.12
- [Fix] android:
CALLBACK_TYPE_FIRST_MATCH
causes scanning issues (regression in 1.27.0) - [Fix] android:
withKeywords
wasn't filtering out adverts that have no scan record (bug in original feature)
1.29.11
- [Fix] android:
remoteId
was wrong (regression in 1.29.10)