flutter_blue_plus_web
v7.0.2Web implementation of the flutter_blue_plus plugin.
Package archive: https://pubdev.letsnova.ru/api/archives/flutter_blue_plus_web/7.0.2.tar.gz
Install
dart pub add flutter_blue_plus_webReadme
flutter_blue_plus_web
The Web implementation of flutter_blue_plus.
Usage
This package is endorsed, which means you can simply use flutter_blue_plus
normally. This package will be automatically included in your app when you do,
so you do not need to add it to your pubspec.yaml.
However, if you import this package to use any of its APIs directly, you
should add it to your pubspec.yaml as usual.
Changelog
3.0.1
- Don't wait for CCCD write for
setNotifyValueon web (#1153) - Fix
getAdapterStateanddiscoverServices
3.0.0
- Add support for web optional services (#1124)
2.0.0
- Replace void return types with bool return types
1.0.0
- Initial release
