* Fix the issue that advertisement name is wrong when advertising. * Update CHANGELOG.md * Fix the warning issue. * 6.0.1 --------- Co-authored-by: yanshouwang <yanshouwang@outlook.com>
39 lines
984 B
YAML
39 lines
984 B
YAML
name: bluetooth_low_energy_android
|
|
description: "Android implementation of the bluetooth_low_energy plugin."
|
|
version: 6.0.2
|
|
homepage: https://github.com/yanshouwang/bluetooth_low_energy
|
|
repository: https://github.com/yanshouwang/bluetooth_low_energy
|
|
issue_tracker: https://github.com/yanshouwang/bluetooth_low_energy/issues
|
|
topics:
|
|
- bluetooth
|
|
- bluetooth-low-energy
|
|
- ble
|
|
funding:
|
|
- https://paypal.me/yanshouwang5112
|
|
- https://afdian.net/a/yanshouwang
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
flutter: '>=3.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
bluetooth_low_energy_platform_interface: ^6.0.0
|
|
collection: ^1.18.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^4.0.0
|
|
pigeon: ^19.0.0
|
|
|
|
flutter:
|
|
plugin:
|
|
implements: bluetooth_low_energy
|
|
platforms:
|
|
android:
|
|
package: dev.hebei.bluetooth_low_energy_android
|
|
pluginClass: BluetoothLowEnergyAndroidPlugin
|
|
dartPluginClass: BluetoothLowEnergyAndroidPlugin
|