forked from andrey-ushakov/esc_pos_printer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
35 lines (31 loc) · 864 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
name: esc_pos_printer
description: The library allows to print receipts using an ESC/POS thermal WiFi printer.
version: 4.0.3
homepage: https://github.com/andrey-ushakov/esc_pos_printer
environment:
sdk: ">=2.13.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
network_info_plus: ^1.0.1
escposprinter:
git:
[email protected]:apipluspower/dart-usb-adapter.git
flutter_star_prnt:
git:
url: https://github.com/apipluspower/flutter_star_prnt.git
esc_pos_utils:
git:
url: https://github.com/apipluspower/esc_pos_utils.git
# esc_pos_utils:
# path: ../esc_pos_utils/
qr_flutter: ^4.0.0
blue_thermal_printer:
git: [email protected]:kakzaki/blue_thermal_printer.git
ping_discover_network:
git:
[email protected]:apipluspower/ping_discover_network.git
dev_dependencies:
flutter_test:
sdk: flutter
flutter: