-
Notifications
You must be signed in to change notification settings - Fork 61
/
pubspec.yaml
45 lines (40 loc) · 1.27 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
name: pspdfkit_flutter
description: A Flutter plugin providing a feature-rich PDF viewing and editing experience to your users with the powerful Nutrient PDF SDK.
version: 4.0.0
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.17.0 <4.0.0'
flutter: '>=3.16.9'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.0.2
# 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
fileName: src/pspdfkit_flutter_method_channel.dart
ios:
pluginClass: PspdfkitPlugin
fileName: src/pspdfkit_flutter_method_channel.dart
web:
pluginClass: PspdfkitFlutterWeb
fileName: src/pspdfkit_flutter_web.dart
dev_dependencies:
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
pigeon: ^22.4.0
build_runner: ^2.2.1
pigeon_build_runner: ^1.1.1
mockito: ^5.3.1