-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
38 lines (34 loc) · 963 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
38 lines (34 loc) · 963 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
33
34
35
36
37
38
name: flutter_label_printer_kit
description: Flutter plugin for Bluetooth label printers with reusable UI widgets, device status monitoring, and label printing support.
version: 0.2.0+9
publish_to: "none"
repository: https://github.com/danielfernandez/flutter_label_printer_kit
issue_tracker: https://github.com/danielfernandez/flutter_label_printer_kit/issues
homepage: https://github.com/danielfernandez/flutter_label_printer_kit
topics:
- flutter
- bluetooth
- printer
- label
- thermal
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.19.0"
dependencies:
flutter:
sdk: flutter
permission_handler: ^11.3.1
qr: ^3.0.2
shared_preferences: ^2.2.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
plugin:
platforms:
android:
package: com.dfc.flutter_label_printer_kit
pluginClass: FlutterLabelPrinterKitPlugin
ios:
pluginClass: FlutterLabelPrinterKitPlugin