-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
76 lines (56 loc) · 1.19 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
name: rent_tracker_app
description: A new Flutter project.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.19.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
go_router: ^6.2.0
freezed_annotation: ^2.2.0
json_annotation: ^4.8.0
flutter_screenutil: ^5.7.0
#Riverpod
flutter_riverpod: ^2.3.2
#DI
get_it: ^7.2.0
injectable: ^2.1.0
flutter_svg: ^2.0.4
#DB
hive_flutter: ^1.1.0
#Network
http: ^0.13.5
#Information
logger: ^1.3.0
intl: ^0.18.0
#toast
fluttertoast: ^8.2.1
#image
google_fonts: ^4.0.4
#permission_handler
permission_handler: ^11.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.3.3
freezed: ^2.3.2
injectable_generator: ^2.1.4
json_serializable: ^6.6.1
artisan:
git:
url: https://github.com/Wolfiz-2-0/artisan
ref: beta
flutter_gen_runner: ^5.3.2
flutter_gen:
output: lib/gen/ # Optional (default: lib/gen/)
line_length: 80 # Optional (default: 80)
integrations:
flutter_svg: true
flutter:
uses-material-design: true
assets:
- assets/svgs/
- assets/pngs/