-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
62 lines (54 loc) · 1.3 KB
/
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
57
58
59
60
61
62
name: agenclean_project
description: A new Flutter project.
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.1.5 <4.0.0'
dependencies:
firebase_auth: ^4.15.3
firebase_core: ^2.24.2
provider:
cloud_firestore: ^4.8.0
flutter:
sdk: flutter
flutter_launcher_icons: ^0.13.1
salomon_bottom_bar: ^3.3.2
mask_text_input_formatter: ^2.7.0
flutter_native_splash: 2.3.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
assets:
- assets/images/
uses-material-design: true
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/logo.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/icons/logo.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/icons/logo.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icons/logo.png"
flutter_native_splash:
color: "#01264E"
image: "assets/app/splash.png"
android: true
ios: true
flutter_icons:
image_path: "assets/app/icon.png"
ios: true
remove_alpha_ios: true
android: "launcher_icon"
adaptive_icon_background: "#000000"
adaptive_icon_foreground: "assets/app/icon-android.png"