-
-
Notifications
You must be signed in to change notification settings - Fork 506
Expand file tree
/
Copy pathpubspec.yaml
More file actions
30 lines (26 loc) · 737 Bytes
/
pubspec.yaml
File metadata and controls
30 lines (26 loc) · 737 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
name: flutter_secure_storage_windows
description: Windows implementation of flutter_secure_storage. Please use flutter_secure_storage instead of this package.
repository: https://github.com/mogol/flutter_secure_storage
version: 4.2.0
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.19.0'
dependencies:
ffi: ^2.2.0
flutter:
sdk: flutter
flutter_secure_storage_platform_interface: ^2.0.1
path: ^1.9.1
path_provider: ^2.1.5
win32: ^6.0.1
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^10.2.0
flutter:
plugin:
implements: flutter_secure_storage
platforms:
windows:
pluginClass: FlutterSecureStorageWindowsPlugin
dartPluginClass: FlutterSecureStorageWindows