-
Notifications
You must be signed in to change notification settings - Fork 277
Expand file tree
/
Copy pathpubspec.yaml
More file actions
50 lines (45 loc) · 1.28 KB
/
pubspec.yaml
File metadata and controls
50 lines (45 loc) · 1.28 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
48
49
50
name: amplify_secure_storage_dart
description: A Dart-only implementation of `amplify_secure_storage`, using `dart:ffi` for Desktop and `dart:html` for Web.
version: 0.5.10
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/secure_storage/amplify_secure_storage_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
environment:
sdk: ^3.9.0
# Explicitly declare platform support to help `pana`
platforms:
web:
windows:
macos:
linux:
ios:
# Android is not supported through this package.
# Use `amplify_secure_storage` instead.
# android:
dependencies:
async: ^2.10.0
aws_common: ">=0.7.12 <0.8.0"
built_collection: ^5.1.1
built_value: ^8.10.1
ffi: ^2.0.2
file: ^7.0.1
meta: ^1.16.0
path: ^1.8.0
web: ^1.1.1
win32: ">=5.14.0 <7.0.0"
worker_bee: ">=0.3.10 <0.4.0"
dev_dependencies:
amplify_lints: ">=3.1.4 <3.2.0"
amplify_secure_storage_test:
path: ../amplify_secure_storage_test
build: ^4.0.0
build_runner: ^2.4.15
build_web_compilers: ^4.1.4
built_value_generator: ^8.10.1
ffigen: ^9.0.0
test: ^1.22.1
worker_bee_builder: ">=0.3.9 <0.4.0"
flutter:
assets:
- lib/src/worker/workers.min.js
- lib/src/worker/workers.min.js.map