* fix: 修复 iOS 和 macOS 断开后 GATT 被清理导致操作无法完成的问题 * fix: 调整 GATT 缓存 * fix: 修改 iOS 蓝牙使用描述 * fix: 修复无法通过设备地址生成 UUID 的问题,修复由于 bluez 未重写 hashCode 和 equals 导致无法比较缓存实例的问题 * fix: 修改版本信息 * fix: 修复BUG * fix: 调整示例程序 * fix: 优化代码 * fix: 修改版本号 * fix: 更新 REDEME.md * fix: 更新依赖项 * fix: 项目调整 --------- Co-authored-by: jetson2 <jetson2@const.cc>
29 lines
669 B
YAML
29 lines
669 B
YAML
name: bluetooth_low_energy_android
|
|
description: Android implementation of the bluetooth_low_energy plugin.
|
|
version: 2.0.1
|
|
homepage: https://github.com/yanshouwang/bluetooth_low_energy
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
flutter: ">=3.3.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
bluetooth_low_energy_platform_interface: ^2.0.1
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.0
|
|
pigeon: ^10.1.6
|
|
|
|
flutter:
|
|
plugin:
|
|
implements: bluetooth_low_energy
|
|
platforms:
|
|
android:
|
|
package: dev.yanshouwang.bluetooth_low_energy
|
|
pluginClass: BluetoothLowEnergyAndroid
|
|
dartPluginClass: BluetoothLowEnergyAndroid
|