- Ensure tracing connection when reconnection occurs after force disconnection.
- Upgrade FBP version to
>=1.32.4 <=1.40.0
#24.
- fix: startScan() doesn't return correct ScanResult #25
- Downgrade FBP version to
>=1.32.4 <=1.33.6
due to the breaking changes. - After upgrade process, the dependencies will be returned to
>=1.34.4 <1.40.0
#24.
- Fix a bug with
onValueReceived
of emitting write packet #22.
- Add implementation of
BluetoothDeviceWindow.fromId()
#21.
- Fix a bug w.r.t. company ID in manufacturer data. (@betto-a #18)
- Implement cancelOnDisconnect (@jefflongo #16)
- Fix minor bug w.r.t.
characteristic.isNotifying
.
- Fix breaking changes of FBP w.r.t.
systemDevices(List withServices)
.
- Add support for
cancelWhenScanComplete
- Implement scan filter (including
withServices
,withRemoteIds
,withNames
).
- Keep manufacturer data when scanning.
- Keep service uuids when scanning.
- Update
README.md
.
- Add unimplemented notification for
read
orwrite
.
- Remove dependencies
ffi
andwin32
to avoid compile error for web
- Apply
flutter blue plus
to1.28.13
.
- Apply a breaking changes
Guid
inFlutter blue plus
packages. - Use
uuid128
instead oftoString()
.
- Fix
Guid
bug related withFlutter blue plus
packages.
- Fix bug with Guid converted from string due to starting/ending with '{ }' in
WinBLE
- Apply
flutter blue plus 1.28.5
(there is several breaking changes.).
- Add cache for storing characteristics.
- Apply
Flutter blue plus 1.26.0
, (there is a breaking change withconnect()
).
- Remove connection by OS when performing
startScan
.
- Write logs when connection state stream is started/terminated.
- Fix a bug of features added in
1.5.1
- Remove device from connected device list when device is disconnected.
- Split functionality of
disconnect
/removeBond
.
- Implement
Subscribe/Unsubscribe Characteristic
.
- Implement
Read/Write Characteristic
.
- Change
rxdart
version to0.27.7
.
- Initial release (using Github action).