bluebird_platform_interface 0.2.0
bluebird_platform_interface: ^0.2.0 copied to clipboard
The common platform interface for bluebird, the Bluetooth Low Energy (BLE) plugin for Flutter.
0.2.0 #
- Breaking: replaced the
BluebirdPlatform.log(String)/logsstring sink with apackage:loggingLoggeratBluebirdPlatform.logger; added aloggingdependency. - Breaking:
BluebirdPlatform.setLogLevelno longer takes acolorargument. - Breaking: reworked
BluebirdErrorCode—gattError/cbErrorare replaced byandroidError,darwinError, andattError(a peer ATT Error Response, carrying the raw one-octet code).
0.1.0 #
- Initial release.