-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
63 lines (48 loc) · 1.2 KB
/
pubspec.yaml
File metadata and controls
63 lines (48 loc) · 1.2 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
name: splitlocal
description: A local-only, offline-first expense tracking app for managing group expenses
publish_to: "none"
version: 1.0.0+5
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_riverpod: ^3.3.1
riverpod_annotation: ^4.0.2
json_annotation: ^4.11.0
uuid: ^4.2.1
intl: ^0.20.2
flutter_contacts: ^2.0.1
url_launcher: ^6.2.2
file_picker: ^10.3.10
share_plus: ^12.0.1
path_provider: ^2.1.4
cupertino_icons: ^1.0.6
hive_ce: ^2.19.3
hive_ce_flutter: ^2.3.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
build_runner: ^2.13.0
riverpod_generator: ^4.0.3
json_serializable: ^6.13.0
flutter_launcher_icons: ^0.14.4
mockito: ^5.6.3
riverpod: ^3.2.1
hive_ce_generator: ^1.11.0
flutter:
uses-material-design: true
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600
- family: Inter
fonts:
- asset: assets/fonts/Inter-Regular.ttf
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600