-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
117 lines (93 loc) · 2.17 KB
/
Copy pathpubspec.yaml
File metadata and controls
117 lines (93 loc) · 2.17 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
name: adati
description: "A habit tracker app with timeline visualization."
publish_to: 'none'
version: 0.2.7+1
environment:
sdk: ^3.9.2
flutter: 3.38.2
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
# State management
flutter_riverpod: ^3.0.1
# Navigation & routing
go_router: ^17.0.0
# Localization & i18n
easy_localization: ^3.0.7
# Local storage
shared_preferences: ^2.3.3
# Backend & database
drift: ^2.18.0
drift_flutter: ^0.2.8
sqlite3_flutter_libs: ^0.5.20
path_provider: ^2.1.2
path: ^1.9.0
# Collections & utilities
collection: ^1.18.0
# UI & animations
animations: ^2.1.0
skeletonizer: ^2.1.0+1
# File handling
file_picker: ^10.3.6
# URL launching
url_launcher: ^6.3.1
# Logging
easy_logger: ^0.0.2
flutter_logging_service:
path: packages/flutter_logging_service
# Settings Framework
flutter_settings_framework:
path: packages/flutter_settings_framework
# HTTP client
http: ^1.2.2
# Device info
package_info_plus: ^9.0.0
# Notifications
flutter_local_notifications: ^19.5.0
timezone: ^0.10.1
# Background tasks
workmanager: ^0.9.0+3
# Date formatting
intl: ^0.20.2
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: ^6.0.0
drift_dev: ^2.18.0
build_runner: ^2.4.9
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
assets:
- assets/translations/
- assets/icon.png
- assets/demo_data.json
fonts:
- family: Almarai
fonts:
- asset: assets/fonts/Almarai-Light.ttf
weight: 300
- asset: assets/fonts/Almarai-Regular.ttf
weight: 400
- asset: assets/fonts/Almarai-Bold.ttf
weight: 700
- asset: assets/fonts/Almarai-ExtraBold.ttf
weight: 800
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icon.png"
min_sdk_android: 29
remove_alpha_ios: true
# Windows icon generation
windows:
generate: true
image_path: "assets/icon.png"
icon_size: 48
# Linux icon generation
linux:
generate: true
image_path: "assets/icon.png"