forked from PSPDFKit/pspdfkit-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
31 lines (28 loc) · 975 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
name: pspdfkit_flutter
description: A Flutter plugin providing a feature-rich PDF viewing and editing experience to your users with the powerful PSPDFKit PDF SDK.
version: 3.2.2
homepage: https://pspdfkit.com/
repository: https://github.com/PSPDFKit/pspdfkit-flutter
issue_tracker: https://support.pspdfkit.com/hc/en-us/requests/new
documentation: https://pspdfkit.com/guides/flutter/
environment:
sdk: '>=2.12.0 <3.0.0'
# Flutter versions prior to 1.12 did not support the
# flutter.plugin.platforms map.
flutter: '>=2.10.1'
dependencies:
flutter:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
plugin:
platforms:
android:
package: com.pspdfkit.flutter.pspdfkit
pluginClass: PspdfkitPlugin
ios:
pluginClass: PspdfkitPlugin
dev_dependencies:
flutter_lints: ^1.0.4