flutter_blue_plus_android
v7.0.4Android implementation of the flutter_blue_plus plugin.
Package archive: https://pubdev.letsnova.ru/api/archives/flutter_blue_plus_android/7.0.4.tar.gz
Install
dart pub add flutter_blue_plus_androidReadme
flutter_blue_plus_android
The Android 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
4.0.5
- Fixes to check for location services when plugin is called from a service
4.0.3
- Added option to disable Location Services check
4.0.2
- Fix compile error
4.0.1
- Fix compile error
4.0.0
- Use bytes instead of hex for platform communication (#1130)
- Check if Android location services are enabled when doing scan (#1167)
3.0.0
- Add option to provide pairing PIN to
createBond(#1119)
2.0.1
- Add log color
2.0.0
- Replace void return types with bool return types
1.35.0
- Split from
flutter_blue_plusas a federated implementation
