pubspec.yaml
1.18 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: printing
description: >
Plugin that allows Flutter apps to generate and print documents to
compatible printers on Android, iOS, macOS, Windows, and Linux,
as well as web print.
homepage: https://github.com/DavBfr/dart_pdf/tree/master/printing
repository: https://github.com/DavBfr/dart_pdf
issue_tracker: https://github.com/DavBfr/dart_pdf/issues
version: 5.9.2
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.16.0"
dependencies:
ffi: ^1.1.0
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
http: ^0.13.0
image: ">=3.0.1 <4.0.0"
js: ^0.6.3
meta: ">=1.3.0 <2.0.0"
pdf: ^3.7.2
plugin_platform_interface: ^2.0.0
dev_dependencies:
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
mockito: ^5.0.0
dependency_overrides:
pdf:
path: ../pdf
flutter:
plugin:
platforms:
android:
package: net.nfet.flutter.printing
pluginClass: PrintingPlugin
ios:
pluginClass: PrintingPlugin
linux:
pluginClass: PrintingPlugin
macos:
pluginClass: PrintingPlugin
web:
fileName: printing_web.dart
pluginClass: PrintingPlugin
windows:
pluginClass: PrintingPlugin