forked from syncfusion/flutter-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
75 lines (60 loc) · 2.6 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
name: syncfusion_flutter_pdfviewer
description: Flutter PDF Viewer library is used to display a PDF document seamlessly and efficiently.
version: 23.1.36
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
dependencies:
flutter:
sdk: flutter
vector_math: ^2.1.0
async: ^2.5.0
http: ^1.0.0
uuid: ^3.0.5
device_info_plus: ^9.0.2
intl: ^0.18.0
syncfusion_pdfviewer_platform_interface: ^23.1.36
syncfusion_pdfviewer_web: ^23.1.36
syncfusion_pdfviewer_macos: ^23.1.36
syncfusion_pdfviewer_windows: ^23.1.36
syncfusion_flutter_core: ^23.1.36
syncfusion_flutter_pdf: ^23.1.36
syncfusion_flutter_signaturepad: ^23.1.36
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 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 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