-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy pathpubspec.yaml
More file actions
47 lines (41 loc) · 1.18 KB
/
pubspec.yaml
File metadata and controls
47 lines (41 loc) · 1.18 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
36
37
38
39
40
41
42
43
44
45
46
47
name: cryptography_flutter
description:
Makes 'package:cryptography' use platform APIs in Android, iOS, and Mac OS X. The package can
make performance up to 100 times better.
version: 2.3.4
homepage: https://github.com/dint-dev/cryptography
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.13.0'
# Open-source contributors:
#
# If you add a dependency to the package, please help
# readers of pubspec.yaml to understand who maintains it
# and any other useful information about it.
dependencies:
#
# Packages by github.com/dint-dev:
#
cryptography: ^2.9.0
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: '>=3.0.0 <7.0.0' # A large range is needed because we support old Flutter SDKs
dependency_overrides:
cryptography:
path: ../cryptography
flutter:
plugin:
platforms:
android:
package: dev.dint.cryptography_flutter
pluginClass: CryptographyFlutterPlugin
dartPluginClass: FlutterCryptography
ios:
pluginClass: CryptographyFlutterPlugin
dartPluginClass: FlutterCryptography
macos:
pluginClass: CryptographyFlutterPlugin
dartPluginClass: FlutterCryptography