-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
45 lines (41 loc) · 1.07 KB
/
Copy pathpubspec.yaml
File metadata and controls
45 lines (41 loc) · 1.07 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
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.6.8
environment:
sdk: '>=3.4.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: ^13.1.0
uuid: ^4.4.0
meta: ^1.18.0
extension: ^1.0.0
synchronized: ^3.4.1
universal_platform: ^1.1.0
photo_view: ^0.15.0
vector_math: ^2.2.0
web: ^1.1.0
dev_dependencies:
flutter_lints: ^6.0.0
pigeon: ^27.1.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