layrz_ble 1.1.3
layrz_ble: ^1.1.3 copied to clipboard
A Flutter library for cross-platform Bluetooth Low Energy (BLE) communication, supporting Android, iOS, macOS, Windows, Linux, and web.
Changelog #
1.1.3 #
- Removed parser things from this library
1.1.2 #
- Added
BleCondition
,BleConversion
,BleParser
,BleParserConfig
,BleParserProperty
,BleServiceData
,BleOperation
,BleParserSource
andBleWatch
to the export.
1.1.1 #
- Added Advertisement data parsers to the main class.
1.1.0 #
- Changed service data schema
1.0.1 #
- Added auto-discovery of the servcices and characteristics of the device
1.0.0 #
- Initial release