-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpubspec.yaml
96 lines (89 loc) · 2.16 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
name: ovavue
description: A tidy budget overview planner.
publish_to: 'none'
version: 0.5.0+2
environment:
sdk: '>=3.5.1 <4.0.0'
dependencies:
clock: ^1.1.1
collection: ^1.18.0
cupertino_icons: ^1.0.8
device_info_plus: ^10.1.2
drift: ^2.20.0
equatable: ^2.0.5
faker: ^2.2.0
file_picker: ^8.1.2
fl_chart: ^0.69.0
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_riverpod: ^2.5.1
flutter_secure_storage: ^9.2.2
flutter_slidable: ^3.1.1
flutter_sticky_header: ^0.6.5
intl: ^0.19.0
logging: ^1.2.0
meta: ^1.15.0
money:
git: https://github.com/jogboms/money.dart.git
package_info_plus: ^8.0.2
path: ^1.9.0
path_provider: ^2.1.4
platform: ^3.1.5
registry:
git: https://github.com/jogboms/registry.dart.git
riverpod: ^2.5.1
riverpod_annotation: ^2.3.5
rxdart: ">=0.27.0 <0.28.0"
share_plus: ^10.0.2
shared_preferences: ^2.3.2
sliver_tools: ^0.2.12
sqlite3_flutter_libs: ^0.5.24
tabler_icons: ^2.5.0+1
universal_io: ^2.2.2
url_launcher: ^6.3.0
uuid: ^4.5.0
dependency_overrides:
# Because of https://github.com/invertase/dart_custom_lint/issues/228
custom_lint: 0.6.4
dev_dependencies:
args:
build_runner: ^2.4.12
custom_lint:
device_info_plus_platform_interface: ^7.0.1
drift_dev: ^2.20.1
fake_async: ^1.3.1
flutter_launcher_icons: ^0.13.1
flutter_test:
sdk: flutter
mfsao: ^3.0.0
mocktail: ^1.0.4
package_info_plus_platform_interface: ^3.0.1
plugin_platform_interface: ^2.1.8
riverpod_generator:
riverpod_lint:
test:
flutter:
uses-material-design: true
generate: true
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter-Thin.ttf
weight: 100
- asset: assets/fonts/Inter-Light.ttf
weight: 300
- asset: assets/fonts/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600
flutter_launcher_icons:
android: "ic_launcher"
ios: true
image_path_android: "assets/ic_launcher_android.png"
image_path_ios: "assets/ic_launcher_ios.png"
min_sdk_android: 21
remove_alpha_ios: true