-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
76 lines (40 loc) · 903 Bytes
/
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
name: payeewise
description: Manage Your Budget Wisely with Payeewise.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.6 <4.0.0'
dependencies:
flutter:
sdk: flutter
#utils
path_provider: ^2.0.15
get_it: ^7.6.0
intl: ^0.18.1
#framework
auto_route: ^7.7.0
flex_color_scheme: ^7.1.2
equatable: ^2.0.5
bloc: ^8.1.2
flutter_bloc: ^8.1.3
provider: ^6.0.5
#storage
isar: ^3.1.0+1
isar_flutter_libs: ^3.1.0+1
shared_preferences: ^2.2.0
#ui
cupertino_icons: ^1.0.2
material_design_icons_flutter: ^7.0.7296
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
isar_generator: ^3.1.0+1
assets_gen: any
auto_route_generator: any
build_runner:
flutter:
uses-material-design: true
assets:
- assets/images/
#