forked from xpavle00/Habo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
126 lines (111 loc) · 3.04 KB
/
pubspec.yaml
File metadata and controls
126 lines (111 loc) · 3.04 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
name: habo
description: Minimalistic habit tracker.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 4.0.0+5116
environment:
sdk: ">=3.11.3"
flutter: ">=3.41.5"
dependencies:
flutter:
sdk: flutter
google_fonts: ^8.0.2
provider: ^6.0.5
shared_preferences: ^2.5.5
table_calendar: ^3.2.0
awesome_dialog: ^3.1.0
loader_overlay: ^5.0.0
introduction_screen: ^4.0.0
flutter_svg: ^2.2.4
url_launcher: ^6.1.12
package_info_plus: ^9.0.0
sqflite: ^2.3.0
sqflite_common_ffi: ^2.4.0+2
path: ^1.8.3
fl_chart: ^1.2.0
flutter_file_dialog: ^3.0.3
file_picker: ^10.3.10
path_provider: ^2.1.0
awesome_notifications: ^0.11.0
timezone: ^0.11.0
flutter_colorpicker: ^1.0.3
flutter_launcher_icons: ^0.14.4
window_manager: ^0.5.1
flutter_localizations:
sdk: flutter
intl: ^0.20.2
intl_utils: ^2.8.14
dynamic_color: ^1.7.0
percent_indicator: ^4.2.5
flutter_native_splash: ^2.4.4
flutter_iconpicker: ^4.0.1
flutter_soloud: ^3.5.4
audio_session: ^0.2.3
local_auth: ^3.0.1
home_widget: ^0.9.0
cryptography: ^2.9.0
cryptography_flutter: ^2.3.4
flutter_secure_storage: ^10.0.0
supabase_flutter: ^2.12.2
supabase_auth_ui: ^0.5.5
uuid: ^4.5.3
purchases_flutter: ^8.10.5
purchases_ui_flutter: ^8.10.5
sign_in_with_apple: ^6.1.4
google_sign_in: ^6.3.0
crypto: ^3.0.7
flutter_dotenv: ^6.0.0
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.4
build_runner: ^2.13.1
flutter_lints: ^6.0.0
# For now mipmaps are used.
flutter_icons:
image_path_android: "assets/images/icon.png"
image_path_ios: "assets/images/ios_icon.jpg"
adaptive_icon_foreground: "assets/images/android_foreground.png"
adaptive_icon_background: "#FFFFFF"
min_sdk_android: 21
android: true
ios: true
remove_alpha_ios: true
macos:
generate: true
image_path: "assets/images/macos_icon.png"
flutter:
uses-material-design: true
generate: true
assets:
- .env
- assets/
- assets/images/
- assets/images/onboard/
- assets/images/sync_onboard/
- assets/sounds/
- assets/google_fonts/
flutter_intl:
enabled: true
# Native splash screen configuration
flutter_native_splash:
# Match app's light and dark scaffold background colors
color: "#FAFAFA" # from HaboTheme.lightTheme.scaffoldBackgroundColor (0xFFFAFAFA)
color_dark: "#000000" # from HaboTheme.darkTheme.scaffoldBackgroundColor (0xFF000000)
# Use existing app icon as splash image
image: assets/images/splash_icon.png
image_dark: assets/images/splash_icon.png
# Improve appearance
ios_content_mode: center # make image larger on iOS
android_gravity: center # explicit default
fullscreen: false # hide status bar during splash
# Android 12 requires its own config
android_12:
color: "#FAFAFA"
color_dark: "#000000"
icon_background_color: "#FAFAFA" # match background to reduce visible circle
icon_background_color_dark: "#000000"
image: assets/images/splash_icon.png
image_dark: assets/images/splash_icon.png
android: true
ios: true
web: false