Files
bluetooth_low_energy/bluetooth_low_energy_android/pubspec.yaml
渐渐被你吸引 78e74f7793 Use isMultipleAdvertisementSupported to check whether PeripheralManager is supported on this device, closes #83 (#85)
* Use `isMultipleAdvertisementSupported` to check whether `PeripheralManager` is supported on this device.

* 6.0.2

* 6.0.2

---------

Co-authored-by: yanshouwang <yanshouwang@outlook.com>
2024-06-30 20:17:57 +08:00

39 lines
984 B
YAML

name: bluetooth_low_energy_android
description: "Android implementation of the bluetooth_low_energy plugin."
version: 6.0.3
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