-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (30 loc) · 873 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (30 loc) · 873 Bytes
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
name: flutter_secure_file_storage
description: An implementation for flutter secure file storage. For example keychain has a soft limit of 4kb. Using the file system instead we can store much larger content
version: 1.2.0
homepage: https://github.com/icapps/flutter_secure_file_storage
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=2.0.0"
dependencies:
async: ^2.11.0
flutter:
sdk: flutter
flutter_key_value_file_storage: ^0.1.0
flutter_secure_storage: ^9.0.0
path: ^1.8.3
path_provider: ^2.0.15
pointycastle: ^3.7.3
dev_dependencies:
build_runner: ^2.4.4
flutter_lints: ^3.0.1
flutter_test:
sdk: flutter
mockito: ^5.4.1
flutter:
plugin:
platforms:
android:
package: com.icapps.flutter_secure_file_storage
pluginClass: SecureFileStoragePlugin
ios:
pluginClass: FlutterSecureFileStoragePlugin