-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
80 lines (70 loc) · 1.89 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
name: dhamni
description: A new Flutter project.
publish_to: 'none'
environment:
sdk: '>=2.19.2 <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
google_fonts: ^4.0.3
flutter_native_splash: ^2.2.19
get: ^4.6.5
flutter_otp_text_field: ^1.1.1
firebase_core: ^2.8.0
firebase_auth: ^4.3.0
line_awesome_flutter: ^2.0.0
cloud_firestore: ^4.5.0
dropdownfield: ^1.0.3
phone_form_field: ^7.1.0
firebase_storage: ^11.1.0
image_picker: ^0.8.7+3
uuid: ^3.0.7
flutter_chat_ui: ^1.6.6
# firebase_messaging: ^14.4.0
# flutter_local_notifications: ^13.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.13.0
flutter_icons:
android: true
ios: true
image_path: "assets/logo/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/logo/icon.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/logo/icon.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/logo/icon.png"
flutter_native_splash:
# color: "#f7f6f1"
# color_dark: "#272727"
background_image : "assets/logo/splash_back.png"
background_image_dark : "assets/logo/splash_back.png"
# image: assets/logo/google.png
# image_dark: assets/logo/google.png
android_12:
# icon_background_color: "#f7f6f1"
# icon_background_color_dark: "#272727"
background_image : "assets/logo/splash_back.png"
background_image_dark : "assets/logo/splash_back.png"
# image: assets/logo/google.png
# image_dark: assets/logo/google.png
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/logo/
- assets/images/splash_images/
- assets/images/dashboard/
- assets/images/welcome_images/
- assets/images/on_boarding_images/