-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
47 lines (43 loc) · 1.1 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
name: pdfx
description: Flutter plugin to render & show PDF pages as images on Web, MacOS, Windows, Android and iOS.
repository: https://github.com/ScerIO/packages.flutter/tree/main/packages/pdfx
issue_tracker: https://github.com/ScerIO/packages.flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+pdfx%22
version: 2.3.0
environment:
sdk: ">=2.17.1 <3.0.0"
flutter: '>=3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.2
js: ^0.6.4
device_info_plus: ^8.0.0
uuid: ^3.0.6
meta: ^1.7.0
extension: ^0.6.0
synchronized: ^3.0.0+2
universal_platform: ^1.0.0+1
photo_view: ^0.14.0
vector_math: ^2.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
pigeon: ^4.2.0
flutter:
plugin:
platforms:
android:
package: io.scer.pdfx
pluginClass: PdfxPlugin
ios:
pluginClass: PdfxPlugin
macos:
pluginClass: PdfxPlugin
windows:
pluginClass: PdfxPlugin
web:
pluginClass: PdfxPlugin
fileName: src/renderer/web/pdfx_plugin.dart