ble_sdk 0.2.4
ble_sdk: ^0.2.4 copied to clipboard
Bluetooth Low Energy (BLE) plugin that can communicate with single device
0.2.4 23-01-2024 #
- fix initial plugin func android
0.2.3 10-02-2023 #
- new fun turnOnLocation (Support ios)
- new fun isLocationAvailable (Support ios)
- new fun initialSdk (Support ios)
0.2.2 10-02-2023 #
- new fun turnOnLocation (Support android)
- new fun isLocationAvailable (Support android)
- new fun initialSdk (Support android)
0.2.1 10-01-2023 #
- fix not isInitialized bleSdk(android)
0.2.0 #
- remove check notification
0.1.9 #
- remove check notification
0.1.8 #
- update writeCharacteristicVsNotify
0.1.7 #
- clean code
0.1.6 #
- clean code
0.1.5 #
- delay write notification characteristic
0.1.4 #
- fix check bonded ios
- fix connect ios
0.1.3 #
- fix late init sdk android
0.1.2 #
- update check permission android
0.1.1 #
- fix bug, test connect and sync data devices glucoses (android)
0.1.0 #
- fix bug, test connect and sync data devices glucoses
0.0.7 #
- fix set notification enable duplicated
0.0.6 #
- update func connect with bonded failure
- update func write characteristic with properties NOTIFICATION | INDICATION
0.0.5 #
- Update dart doc comments
0.0.4 #
- Support IOS
0.0.3 #
- New func turnOnBluetooth
- New func checkPermission
- New func requestPermission
- New func requestPermissionSettings
0.0.2 #
- Add createBonded func connect android
0.0.1 #
- Initial open source release android.