Releases: juliansteenbakker/flutter_ble_peripheral
Releases · juliansteenbakker/flutter_ble_peripheral
v1.2.3
v1.2.2
v1.2.1
- Fix build errors & crash on Windows
- Upgrade gradle to 8.1
v1.2.0
Improvements:
- Added support for windows
- Updated bluetooth permissions system for Android, no need for permission handler anymore.
- Updated dependencies and several other small improvements.
v1.1.1
Bugs fixed:
- Fixed an issue which caused the enableBluetooth function to reply twice.
- Fixed analyzer issues
- Upgraded dependencies
v1.1.0
Upgraded android sdk to 33.
Added permission check on enableBluetooth function.
v1.0.0
Stable release including the changes noted in the beta releases.
This release also updates Android dependencies.
v1.0.0-beta.2
Fixed macOS version not working
v0.6.0
- Refactored large parts of the code for both Android & iOS.
- Upgraded Android to Android 12 permission system.
- Other minor improvements
v0.5.0
Added isSupported function to check if BLE advertising is supported by the device.