forked from PhilipsHue/flutter_reactive_ble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
34 lines (30 loc) · 760 Bytes
/
pubspec.yaml
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
name: flutter_reactive_ble
description: Reactive Bluetooth low energy (BLE) plugin that can communicate with multiple devices
version: 2.3.0
homepage: https://github.com/PhilipsHue/flutter_reactive_ble
environment:
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.10.0"
dependencies:
flutter:
sdk: flutter
functional_data: ^0.3.0
protobuf: ^1.0.1
meta: ^1.1.8
collection: ^1.14.12
pedantic: ^1.9.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^1.9.0
mockito: ^4.1.1
dependency_validator: ^1.4.2
functional_data_generator: ^0.3.0
flutter:
plugin:
platforms:
android:
package: com.signify.hue.flutterreactiveble
pluginClass: ReactiveBlePlugin
ios:
pluginClass: ReactiveBlePlugin