bluebird_web 0.4.2
bluebird_web: ^0.4.2 copied to clipboard
The Web implementation of bluebird, the Bluetooth Low Energy (BLE) plugin for Flutter.
0.4.2 #
- Fixed a spurious
deviceDisconnectedwhen a device is disconnected and quickly reconnected. The browser dispatchesgattserverdisconnectedasynchronously in response todisconnect(), so the delayed event could land on the freshly re-established connection, wipe its attribute cache, and drive it back todisconnected.disconnect()now treats that event as the single source of truth and waits for it to be handled before returning, so the straggler is consumed before any reconnect begins.
0.4.0 #
- Require
bluebird_platform_interface ^0.4.0. L2CAP is unsupported on Web.
0.3.0 #
- Require
bluebird_platform_interface ^0.3.0.
0.2.0 #
- Require
bluebird_platform_interface ^0.2.0.
0.1.0 #
- Initial release.