-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpubspec.yaml
More file actions
56 lines (50 loc) · 1.21 KB
/
pubspec.yaml
File metadata and controls
56 lines (50 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: universal_ble
description: A cross-platform (Android/iOS/macOS/Windows/Linux/Web) Bluetooth Low Energy (BLE) plugin for Flutter
version: 1.2.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
- 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