bluebird_platform_interface 0.4.0
bluebird_platform_interface: ^0.4.0 copied to clipboard
The common platform interface for bluebird, the Bluetooth Low Energy (BLE) plugin for Flutter.
0.4.0 #
- Added the L2CAP channel protocol:
openL2capChannel/closeL2capChannelhost methods, theBmL2capChannelClosedEvent, and the sharedbluebird/l2capbinary data channel exposed asl2capInput/l2capWrite/l2capDetach.
0.3.0 #
BluetoothConnectionStategainsconnectinganddisconnecting, appended so the existing wire indices fordisconnected/connectedare preserved. The transient states are synthesized inpackage:bluebird; the natives still emit only the terminal states.
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.