forked from andriyoganp/blue_print_pos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
36 lines (32 loc) · 813 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: blue_print_pos
description: Plugin to connecting bluetooth printer device, support on Android and iOS
version: 0.0.14
homepage: https://github.com/andriyoganp/blue_print_pos
environment:
sdk: ">=2.16.0 <3.0.0"
flutter: ">=1.20.0"
dependencies:
# Handler bluetooth for Android
blue_thermal_printer: ^1.2.0
# Utilities for generate ByteBuffer
esc_pos_utils_plus: ^2.0.1+6
# Framework
flutter:
sdk: flutter
# Handler bluetooth for iOS
flutter_blue_plus: ^1.1.2
# Image utilities
image: ^4.0.17
# Generate qr image painter
qr_flutter: ^4.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.ayeee.blue_print_pos
pluginClass: BluePrintPosPlugin
ios:
pluginClass: BluePrintPosPlugin