bluebird_web 0.4.2 copy "bluebird_web: ^0.4.2" to clipboard
bluebird_web: ^0.4.2 copied to clipboard

Platformweb

The Web implementation of bluebird, the Bluetooth Low Energy (BLE) plugin for Flutter.

0.4.2 #

  • Fixed a spurious deviceDisconnected when a device is disconnected and quickly reconnected. The browser dispatches gattserverdisconnected asynchronously in response to disconnect(), so the delayed event could land on the freshly re-established connection, wipe its attribute cache, and drive it back to disconnected. 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.
0
likes
140
points
520
downloads

Documentation

API reference

Publisher

verified publisherblok21.com

Weekly Downloads

The Web implementation of bluebird, the Bluetooth Low Energy (BLE) plugin for Flutter.

Repository (GitHub)
View/report issues

Topics

#bluetooth #ble #bluetooth-low-energy

License

BSD-3-Clause (license)

Dependencies

bluebird_platform_interface, flutter, flutter_web_plugins, web

More

Packages that depend on bluebird_web

Packages that implement bluebird_web