flutter_web_bluetooth 0.0.4 flutter_web_bluetooth: ^0.0.4 copied to clipboard
A library to use the web bluetooth api in your web project. Will play nice if used IO projects.
0.0.4 #
- Fixed call to
navigator.bluetooth.getDevices
in browsers that don't support it. - Added more documentation
0.0.3 #
- Forgot some Flutter dependency
0.0.2 #
- Removed Flutter as a dependency
- Added characteristic properties
- Added toLowerCase to every call that requires a UUID, because the web api expects only lower case UUIDS.
- Added Bluetooth descriptors.
0.0.1 #
- Basic support for web bluetooth api