-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
41 lines (32 loc) · 715 Bytes
/
pubspec.yaml
File metadata and controls
41 lines (32 loc) · 715 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
35
36
37
38
39
40
name: amplify_storage_app
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
amplify_flutter: ^0.6.5
amplify_auth_cognito: ^0.6.5
amplify_storage_s3: ^0.6.5
flutter_riverpod: ^1.0.3
amplify_authenticator: ^0.2.0
cupertino_icons: ^1.0.2
file_picker: ^4.6.0
image_picker: ^0.8.5+3
cached_network_image: ^3.2.1
uuid: ^3.0.4
path: ^1.8.1
freezed_annotation: ^2.1.0
logger: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^0.3.0
flutter_lints: ^2.0.1
build_runner: ^2.2.0
freezed: ^2.1.0+1
json_serializable: ^6.3.1
flutter:
uses-material-design: true