-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpubspec.yaml
More file actions
92 lines (86 loc) · 2.07 KB
/
pubspec.yaml
File metadata and controls
92 lines (86 loc) · 2.07 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
name: ovavue
description: A tidy budget overview planner.
publish_to: 'none'
version: 0.5.3+3
environment:
sdk: ">=3.10.4 <4.0.0"
flutter: ">=3.38.5"
dependencies:
clock: ^1.1.2
collection: ^1.19.1
cupertino_icons: ^1.0.8
device_info_plus: ^12.3.0
drift: ^2.30.0
equatable: ^2.0.8
faker: ^2.2.0
file_picker: ^10.3.8
fl_chart: ^1.1.1
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_riverpod: ^3.1.0
flutter_secure_storage: ^10.0.0
flutter_slidable: ^4.0.3
flutter_sticky_header: ^0.8.0
intl: ^0.20.2
logging: ^1.3.0
meta: ^1.17.0
money:
git: https://github.com/jogboms/money.dart.git
package_info_plus: ^9.0.0
path: ^1.9.1
path_provider: ^2.1.5
platform: ^3.1.6
registry:
git: https://github.com/jogboms/registry.dart.git
riverpod: ^3.1.0
riverpod_annotation: ^4.0.0
rxdart: ^0.28.0
share_plus: ^12.0.1
shared_preferences: ^2.5.4
sliver_tools: ^0.2.12
sqlite3_flutter_libs: ^0.5.41
tabler_icons: ^2.5.0+1
universal_io: ^2.3.1
url_launcher: ^6.3.2
uuid: ^4.5.2
web: ^1.1.1
dev_dependencies:
args: 2.7.0
build_runner: ^2.11.0
device_info_plus_platform_interface: ^7.0.3
drift_dev: ^2.31.0
fake_async: ^1.3.3
flutter_launcher_icons: ^0.14.4
flutter_lints: ^6.0.0
flutter_test:
sdk: flutter
mocktail: ^1.0.4
package_info_plus_platform_interface: ^3.2.1
plugin_platform_interface: ^2.1.8
riverpod_generator: ^4.0.0+1
test: ^1.26.3
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