forked from lohanidamodar/pdf_viewer
-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
pubspec.yaml
35 lines (30 loc) · 1004 Bytes
/
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
name: easy_pdf_viewer
description: A flutter plugin for handling PDF files. Works on both Android & iOS
version: 1.0.8
homepage: https://github.com/kaichii/pdf_viewer
environment:
sdk: '>=3.3.1 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_cache_manager: ^3.1.2
numberpicker: ^2.1.2
path_provider: ^2.0.2
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
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: dev.kaichi.easy_pdf_viewer
pluginClass: EasyPdfViewerPlugin
ios:
pluginClass: EasyPdfViewerPlugin