We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd3654 commit efc36abCopy full SHA for efc36ab
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.0.6+2
2
+
3
+* Fixed the behavior subject stream not returning the stored value causing some implementations to wait forever.
4
5
## 0.0.6+1
6
7
* Fixed the library trying to add the `availabilitychanged` event on unsupported platforms.
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_web_bluetooth
description: A library to use the web bluetooth api in your web project. Will play nice if used in IO projects.
-version: 0.0.6+1
+version: 0.0.6+2
homepage: https://github.com/jeroen1602/flutter_web_bluetooth/
repository: https://github.com/jeroen1602/flutter_web_bluetooth/
issue_tracker: https://github.com/jeroen1602/flutter_web_bluetooth/issues/
0 commit comments