forked from jerson/flutter-openpgp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
executable file
·41 lines (36 loc) · 858 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
36
37
38
39
40
41
name: openpgp
description: library for use OpenPGP with support for android and ios, macOS, linux, windows, web and hover
version: 3.4.0
homepage: https://github.com/jerson/flutter-openpgp
environment:
sdk: '>=2.17.0 <3.0.0'
flutter: ">=1.10.0"
false_secrets:
- /example/lib/*.dart
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
ffi: ^2.0.1
flat_buffers: ^2.0.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: dev.jerson.openpgp
pluginClass: OpenpgpPlugin
ios:
pluginClass: OpenpgpPlugin
web:
pluginClass: OpenpgpPlugin
fileName: web/openpgp_web.dart
linux:
pluginClass: OpenpgpPlugin
macos:
pluginClass: OpenpgpPlugin
windows:
pluginClass: OpenpgpPlugin