forked from syncfusion/flutter-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
94 lines (79 loc) · 3.49 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
name: syncfusion_flutter_pdfviewer
description: Flutter PDF Viewer library is used to display a PDF document seamlessly and efficiently.
version: 25.2.7
homepage: https://github.com/syncfusion/flutter-widgets/tree/master/packages/syncfusion_flutter_pdfviewer
environment:
sdk: '>=2.17.0 <4.0.0'
flutter: ">=1.20.0"
flutter:
# This section identifies this Flutter project as a plugin project.
# The 'pluginClass' and Android 'package' identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
platforms:
android:
package: com.syncfusion.flutter.pdfviewer
pluginClass: SyncfusionFlutterPdfViewerPlugin
ios:
pluginClass: SyncfusionFlutterPdfViewerPlugin
web:
default_package: syncfusion_pdfviewer_web
macos:
default_package: syncfusion_pdfviewer_macos
windows:
default_package: syncfusion_pdfviewer_windows
assets:
- assets/
fonts:
- family: RobotoMono
fonts:
- asset: assets/fonts/RobotoMono-Regular.ttf
dependencies:
flutter:
sdk: flutter
vector_math: ^2.1.0
async: ^2.5.0
http: ^1.0.0
uuid: ^4.1.0
device_info_plus: ^9.0.2
intl: '>=0.18.1 <0.20.0'
syncfusion_pdfviewer_platform_interface:
path: ../syncfusion_pdfviewer_platform_interface
syncfusion_pdfviewer_web:
path: ../syncfusion_pdfviewer_web
syncfusion_pdfviewer_macos:
path: ../syncfusion_pdfviewer_macos
syncfusion_pdfviewer_windows:
path: ../syncfusion_pdfviewer_windows
syncfusion_flutter_core:
path: ../syncfusion_flutter_core
syncfusion_flutter_pdf:
path: ../syncfusion_flutter_pdf
syncfusion_flutter_signaturepad:
path: ../syncfusion_flutter_signaturepad
url_launcher: ^6.1.0
dev_dependencies:
flutter_test:
sdk: flutter
screenshots:
- description: 'This screenshot shows the PdfViewer widget, which displays a PDF document.'
path: screenshots/flutter-pdf-viewer.png
- description: 'This screenshot shows the password alert dialog in the PdfViewer widget, which is used to enter the password to open the password-protected PDF document.'
path: screenshots/flutter-pdf-viewer-password-protected.png
- description: 'This screenshot shows the page navigation in the PdfViewer widget that is used to navigate to the desired page.'
path: screenshots/flutter-pdf-viewer-page-navigation.png
- description: 'This screenshot shows the bookmark navigation in the PdfViewer widget that is used to navigate to the desired bookmark.'
path: screenshots/flutter-pdf-viewer-bookmark-navigation.png
- description: 'This screenshot shows the selection and copying of text in the PdfViewer widget.'
path: screenshots/flutter-pdf-viewer-text-selection.png
- description: 'This screenshot shows the text search in the PdfViewer widget.'
path: screenshots/flutter-pdf-viewer-text-search.png
- description: 'This screenshot shows the text markup annotation support in the PdfViewer widget.'
path: screenshots/flutter-pdf-viewer-text-markup.png
- description: 'This screenshot shows the form filling support in the PdfViewer widget.'
path: screenshots/flutter-pdf-viewer-form-filling.gif
- description: 'This screenshot shows theme support in the PdfViewer widget.'
path: screenshots/flutter-pdf-viewer-dark-theme.png
- description: 'This screenshot shows the localization support in the PdfViewer widget.'
path: screenshots/flutter-pdf-viewer-localization.png