60 lines
1.3 KiB
YAML
60 lines
1.3 KiB
YAML
name: universal_ble
|
|
description: A cross-platform (Android/iOS/macOS/Windows/Linux/Web) Bluetooth Low Energy (BLE) plugin for Flutter
|
|
version: 0.19.0
|
|
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
|
|
- Android Bluetooth API
|
|
- Windows.Devices.Bluetooth
|
|
- BlueZ
|
|
- Web Bluetooth API
|
|
- Cross-platform
|
|
|
|
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.6
|
|
flutter_web_bluetooth: ^1.0.0
|
|
bluez: ^0.8.3
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.0
|
|
pigeon: ^22.4.0
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
package: com.navideck.universal_ble
|
|
pluginClass: UniversalBlePlugin
|
|
ios:
|
|
pluginClass: UniversalBlePlugin
|
|
sharedDarwinSource: true
|
|
macos:
|
|
pluginClass: UniversalBlePlugin
|
|
sharedDarwinSource: true
|
|
windows:
|
|
pluginClass: UniversalBlePluginCApi
|