-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
88 lines (73 loc) · 1.88 KB
/
pubspec.yaml
File metadata and controls
88 lines (73 loc) · 1.88 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
name: moneyplus
description: "A financial management application built with Flutter."
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.10.4
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# --- State Management & Logic ---
flutter_bloc: ^9.1.1
get_it: ^9.2.0
logging: ^1.3.0
# --- Backend & Auth ---
supabase_flutter: ^2.12.0
google_sign_in: ^7.2.0
flutter_dotenv: ^6.0.0
# --- Navigation ---
go_router: ^17.0.1
# --- UI & Icons ---
cupertino_icons: ^1.0.8
flutter_svg: ^2.0.9
svg_flutter: ^0.0.1
fl_chart: ^1.1.1
month_year_picker: ^0.5.0+1
device_preview: ^1.3.1
flutter_native_splash: ^2.4.7
# Sharing
share_plus: ^12.0.1
# --- PDF Generation & File Handling ---
path_provider: ^2.1.5
pdf: ^3.11.3
# --- Utils & Internationalization ---
intl: any
uuid: ^4.5.1
firebase_core: ^4.4.0
firebase_crashlytics: ^5.0.7
firebase_remote_config: ^6.1.4
firebase_analytics: ^12.1.1
firebase_performance: ^0.11.1+4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
go_router_builder: ^4.0.1
build_runner: ^2.6.0
build_verify: any
flutter_launcher_icons: ^0.14.4
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/images/launcher_icon.png"
adaptive_icon_foreground: "assets/images/launcher_foreground.png"
adaptive_icon_background: "assets/images/launcher_background.png"
flutter:
generate: true
assets:
- assets/icons/
- assets/images/
uses-material-design: true
fonts:
- family: Rubik
fonts:
- asset: assets/fonts/Rubik-Regular.ttf
weight: 400
- asset: assets/fonts/Rubik-Medium.ttf
weight: 500
- asset: assets/fonts/Rubik-SemiBold.ttf
weight: 600
- asset: assets/fonts/Cairo-Regular.ttf
weight: 400