-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
109 lines (85 loc) · 2.52 KB
/
Copy pathpubspec.yaml
File metadata and controls
109 lines (85 loc) · 2.52 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
name: budget_audit
description: Budget tracking and auditing application with Google Sheets integration.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.1.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# State Management
provider: ^6.1.1
# Navigation
go_router: ^14.0.0
# Database
drift: ^2.29.0
drift_flutter: ^0.2.7
sqlite3_flutter_libs: ^0.5.18
path_provider: ^2.1.5
path: ^1.8.3
# Google services
google_sign_in: ^6.1.5
googleapis: ^13.0.0
googleapis_auth: ^1.4.1
extension_google_sign_in_as_googleapis_auth: ^2.0.12
# PDF Processing
syncfusion_flutter_pdf: ^24.1.41
# File Operations
file_picker: ^6.1.1
yaml: ^3.1.2
csv: ^6.0.0
# Utilities
intl: ^0.19.0
equatable: ^2.0.5
uuid: ^4.5.2
# Other
flutter_dotenv: ^5.1.0
get_it: ^9.0.5
bcrypt: ^1.1.3
flutter_colorpicker: ^1.0.3
url_launcher: ^6.1.0
shared_preferences: ^2.5.3
fl_chart: ^1.1.1
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
# production
msix: ^3.5.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
logging: ^1.2.0
build_runner: ^2.9.0
drift_dev: ^2.29.0
flutter_native_splash: ^2.4.7
msix_config:
display_name: Budget Audit
publisher_display_name: victorcodebase
publisher: CN=D2F67954-AAD8-4E2C-8BD8-058CB527C3E2
identity_name: victorcodebase.BudgetAudit
languages: en-US
logo_path: C:\Users\markk\OneDrive\Desktop\programming\bgtAudit\Budget_Audit\assets\images\logo.png
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/logo.png
- assets/banks/hsbc.png
- assets/banks/equity.png
- assets/banks/mpesa.png
- assets/banks/custom.png
- assets/icons/logo.ico
- assets/icons/logo-update.ico
- assets/images/logo.png
- assets/images/logo-update.png
- assets/images/splash-screen.png
- assets/budget_presets/family_budget.yaml
- assets/budget_presets/student_budget.yaml
- .env