-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
56 lines (45 loc) · 941 Bytes
/
pubspec.yaml
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
name: bewcloud
description: "bewCloud WebDav client"
publish_to: 'none'
version: 0.0.4+1
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
provider: ^6.0.0
cupertino_icons: ^1.0.6
encrypt: ^5.0.3
flutter_dotenv: ^5.1.0
path_provider: ^2.1.2
shared_preferences: ^2.2.2
http: ^1.2.1
intl: ^0.19.0
file_picker: ^8.0.0+1
prompt_dialog: ^1.0.15
workmanager: ^0.5.2
photo_manager: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
assets:
- "assets/images/app-icon.png"
- ".env"
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/app-icon.png"
min_sdk_android: 21
web:
generate: true
background_color: "#111111"
theme_color: "#111111"
windows:
generate: true
icon_size: 256
macos:
generate: true