forked from wwandreww/flutter_bluetooth_basic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (28 loc) · 753 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (28 loc) · 753 Bytes
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
name: flutter_bluetooth_basic
description: Flutter plugin that allows to find bluetooth devices & send raw bytes data
version: 0.1.7
publish_to: none
# homepage: https://github.com/andrey-ushakov/flutter_bluetooth_basic
environment:
sdk: '>=3.4.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
json_annotation:
rxdart: ^0.26.0
flutter_scan_bluetooth:
git:
url: https://github.com/Dartmind-OpenSource/flutter_scan_bluetooth.git
dev_dependencies:
flutter_test:
sdk: flutter
build_runner:
json_serializable:
flutter:
plugin:
platforms:
android:
package: com.tablemi.flutter_bluetooth_basic
pluginClass: FlutterBluetoothBasicPlugin
ios:
pluginClass: FlutterBluetoothBasicPlugin