forked from thon-ju/bluetooth_print
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
33 lines (28 loc) · 839 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
name: bluetooth_print
description: BluetoothPrint is a bluetooth plugin to help developers build bluetooth thermal printer apps for both iOS and Android.
version: 4.2.0
homepage: https://github.com/thon-ju/bluetooth_print
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.12.13+hotfix.6"
dependencies:
flutter:
sdk: flutter
json_annotation: ^4.0.1
rxdart: ^0.27.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.0.5
json_serializable: ^4.1.3
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
plugin:
platforms:
android:
package: com.example.bluetooth_print
pluginClass: BluetoothPrintPlugin
ios:
pluginClass: BluetoothPrintPlugin