-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
58 lines (46 loc) · 1.21 KB
/
pubspec.yaml
File metadata and controls
58 lines (46 loc) · 1.21 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
51
52
53
54
55
56
57
58
name: cloud_storage_client
description: One client for many cloud storage providers
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.19.4 <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_secure_storage: ^8.1.0
googleapis: ^11.3.0
googleapis_auth: ^1.4.1
http: ^0.13.6
url_launcher: ^6.1.11
open_file: ^3.3.2
permission_handler: ^11.1.0
flutter_image_compress: ^2.1.0
file_picker: ^8.0.0+1
share: ^2.0.4
pull_to_refresh: ^2.0.0
path_provider: ^2.1.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
fonts:
- family: Lalezar
fonts:
- asset: assets/fonts/Lalezar/Lalezar-Regular.ttf
weight: 700
- family: Mulish
fonts:
- asset: assets/fonts/Mulish/Mulish-VariableFont_wght.ttf
- asset: assets/fonts/Mulish/Mulish-Italic-VariableFont_wght.ttf
style: italic
- family: SourceSans3
fonts:
- asset: assets/fonts/Source_Sans_3/SourceSans3-VariableFont_wght.ttf
- asset: assets/fonts/Source_Sans_3/SourceSans3-Italic-VariableFont_wght.ttf
style: italic