-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.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.5.0
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.6
js: ^0.6.7
device_info_plus: ^9.0.3
uuid: ^4.0.0
meta: ^1.9.1
extension: ^0.6.0
synchronized: ^3.1.0
universal_platform: ^1.0.0+1
photo_view: ^0.14.0
vector_math: ^2.1.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.3
pigeon: ^4.2.14
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