-
Notifications
You must be signed in to change notification settings - Fork 21
/
pubspec.yaml
151 lines (134 loc) · 4.2 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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
name: monekin
description: The best personal finance controller on the market. Learn to save and manage your finances with Monekin.
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
publish_to: 'none'
# [VersionName]+[VersionNumber] -> The version number follow the below convetion:
#
# XXXXX.YY.ZZZ
#
# The X represents the major releases, and can be up to infinity. Never start by a zero
# The Y represents the minor releases, and can be up to 99. Always start by a zero
# The Z represents the patch releases, and can be up to 999. Always start by a zero
version: 7.3.1+730001
environment:
flutter: 3.22.3
sdk: '>=3.4.1 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# General
cupertino_icons: ^1.0.0
collection: ^1.18.0
equatable: ^2.0.5
path: ^1.8.2
async: ^2.10.0
rxdart: ^0.28.0
# i18n
intl: ^0.19.0
slang: ^3.31.2
slang_flutter: ^3.32.0
# Drift
drift: ^2.8.1
path_provider: ^2.0.13
http: ^1.1.2
sqlite3: ^2.0.0
sqlite3_flutter_libs: ^0.5.18
# Other
flutter_svg: ^2.0.5
permission_handler: ^11.3.0
json_annotation: ^4.8.1
fl_chart: ^0.69.0
file_picker: ^8.1.7
share_plus: ^10.1.2
url_launcher: ^6.3.1
uuid: ^4.5.1
csv: ^6.0.0
dotted_border: ^2.0.0+3
package_info_plus: ^8.0.2
introduction_screen: ^3.1.11
dynamic_color: ^1.7.0
copy_with_extension: ^5.0.4
freezed_annotation: ^2.4.1
in_app_purchase: ^3.1.11
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
# Generators:
build_runner: ^2.3.3
json_serializable: ^6.2.0
flutter_launcher_icons: ^0.14.2 # Package to regenerate icons (config later in this file). To run, type `dart run flutter_launcher_icons`
drift_dev: ^2.13.2
slang_build_runner: ^3.32.0 # To regenerate the translations run 'dart run slang'
copy_with_extension_gen: ^5.0.4
freezed: ^2.4.5
flutter_launcher_icons:
image_path: 'assets/resources/appIcon.png'
android: false
ios: false
windows:
generate: true
macos:
generate: false
flutter:
uses-material-design: true
assets:
- assets/resources/
- assets/icons/app_onboarding/
- assets/icons/avatars/
- assets/icons/currency_flags/
- assets/icons/page_states/
- assets/icons/supported_selectable_icons/entertainment/
- assets/icons/supported_selectable_icons/other/
- assets/icons/supported_selectable_icons/money/
- assets/icons/supported_selectable_icons/food/
- assets/icons/supported_selectable_icons/medical/
- assets/icons/supported_selectable_icons/transport/
- assets/icons/supported_selectable_icons/technology/
- assets/icons/supported_selectable_icons/logos/financial_institutions/
- assets/sql/
- assets/sql/migrations/
fonts:
- family: Nunito
fonts:
- asset: assets/fonts/Nunito/Nunito-Regular.ttf
- asset: assets/fonts/Nunito/Nunito-Italic.ttf
style: italic
- asset: assets/fonts/Nunito/Nunito-Black.ttf
weight: 900
- asset: assets/fonts/Nunito/Nunito-BlackItalic.ttf
style: italic
weight: 900
- asset: assets/fonts/Nunito/Nunito-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Nunito/Nunito-ExtraBoldItalic.ttf
style: italic
weight: 800
- asset: assets/fonts/Nunito/Nunito-Bold.ttf
weight: 700
- asset: assets/fonts/Nunito/Nunito-BoldItalic.ttf
style: italic
weight: 700
- asset: assets/fonts/Nunito/Nunito-SemiBold.ttf
weight: 600
- asset: assets/fonts/Nunito/Nunito-SemiBoldItalic.ttf
style: italic
weight: 600
- asset: assets/fonts/Nunito/Nunito-Medium.ttf
weight: 500
- asset: assets/fonts/Nunito/Nunito-MediumItalic.ttf
style: italic
weight: 500
- asset: assets/fonts/Nunito/Nunito-Light.ttf
weight: 300
- asset: assets/fonts/Nunito/Nunito-LightItalic.ttf
style: italic
weight: 300
- asset: assets/fonts/Nunito/Nunito-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Nunito/Nunito-ExtraLightItalic.ttf
style: italic
weight: 200