Files
bluetooth_low_energy/bluetooth_low_energy_windows/pubspec.yaml
iAMD 44efce78df 修复读取 CCCD 报错的问题,写入时更新特征值 (#50)
* 修复 CCCD 无法读取的问题

* 优化代码

* 调整部分必需参数为可空参数

* 调整接口

* 写入时更新特征值

* 调整接口

* 适配新接口

* 调整依赖项
2024-02-01 19:16:42 +08:00

28 lines
619 B
YAML

name: bluetooth_low_energy_windows
description: Windows implementation of the bluetooth_low_energy plugin.
version: 5.0.3
homepage: https://github.com/yanshouwang/bluetooth_low_energy
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
bluetooth_low_energy_platform_interface: ^5.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
pigeon: ^15.0.2
flutter:
plugin:
implements: bluetooth_low_energy
platforms:
windows:
pluginClass: BluetoothLowEnergyWindowsCApi
dartPluginClass: BluetoothLowEnergyWindows