-
Notifications
You must be signed in to change notification settings - Fork 474
/
Copy pathpubspec.yaml
47 lines (43 loc) · 1.15 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.8.0
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.19.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.8
device_info_plus: ^11.0.0
uuid: ^4.5.0
meta: ^1.15.0
extension: ^0.6.0
synchronized: ^3.2.0
universal_platform: ^1.1.0
photo_view: ^0.15.0
vector_math: ^2.1.4
web: ^1.0.0
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