-
-
Notifications
You must be signed in to change notification settings - Fork 506
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (24 loc) · 665 Bytes
/
pubspec.yaml
File metadata and controls
27 lines (24 loc) · 665 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
name: flutter_secure_storage_web
description: Web implementation of flutter_secure_storage. Use flutter_secure_storage for the full flutter package.
repository: https://github.com/mogol/flutter_secure_storage
version: 2.1.1
environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
dependencies:
flutter:
sdk: flutter
flutter_secure_storage_platform_interface: ^2.0.1
flutter_web_plugins:
sdk: flutter
web: ">=0.5.0 <2.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^10.2.0
flutter:
plugin:
platforms:
web:
pluginClass: FlutterSecureStorageWeb
fileName: flutter_secure_storage_web.dart