forked from PSPDFKit/pspdfkit-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
35 lines (32 loc) · 1.02 KB
/
pubspec.yaml
File metadata and controls
35 lines (32 loc) · 1.02 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
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.4.1
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: '>=3.3.5'
dependencies:
build_runner: ^2.2.1
flutter:
sdk: flutter
mockito: ^5.3.1
# 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: ^2.0.1
flutter_test:
sdk: flutter