57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
name: universal_ble
|
|
description: A cross-platform (Android/iOS/macOS/Windows/Linux/Web) Bluetooth Low Energy (BLE) plugin for Flutter
|
|
version: 1.0.0+2
|
|
homepage: https://navideck.com
|
|
repository: https://github.com/Navideck/universal_ble
|
|
issue_tracker: https://github.com/Navideck/universal_ble/issues
|
|
documentation: https://github.com/Navideck/universal_ble#readme
|
|
funding:
|
|
- https://github.com/sponsors/Navideck
|
|
|
|
topics:
|
|
- bluetooth-low-energy-ble
|
|
- core-bluetooth
|
|
- windows-devices-bluetooth
|
|
- bluez
|
|
- web-bluetooth
|
|
|
|
platforms:
|
|
android:
|
|
ios:
|
|
linux:
|
|
macos:
|
|
web:
|
|
windows:
|
|
|
|
environment:
|
|
sdk: ">=3.1.3 <4.0.0"
|
|
flutter: ">=3.3.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
plugin_platform_interface: ^2.1.8
|
|
flutter_web_bluetooth: ^1.1.0
|
|
bluez: ^0.8.3
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
pigeon: ^26.1.4
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
package: com.navideck.universal_ble
|
|
pluginClass: UniversalBlePlugin
|
|
ios:
|
|
pluginClass: UniversalBlePlugin
|
|
sharedDarwinSource: true
|
|
macos:
|
|
pluginClass: UniversalBlePlugin
|
|
sharedDarwinSource: true
|
|
windows:
|
|
pluginClass: UniversalBlePluginCApi
|