forked from pauldemarco/flutter_blue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
36 lines (32 loc) · 779 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
35
36
name: flutter_blue
description:
Flutter plugin for connecting and communicating with Bluetooth Low Energy devices,
on Android and iOS
version: 0.7.2
author: Paul DeMarco <[email protected]>
homepage: https://github.com/pauldemarco/flutter_blue
environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=1.12.13+hotfix.6 <2.0.0"
dependencies:
flutter:
sdk: flutter
convert: "^2.1.1"
protobuf: "^1.0.1"
rxdart: ^0.24.0
dev_dependencies:
flutter_test:
sdk: flutter
e2e: ^0.2.1
flutter_driver:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.pauldemarco.flutter_blue
pluginClass: FlutterBluePlugin
ios:
pluginClass: FlutterBluePlugin
macos:
pluginClass: FlutterBluePlugin