-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
75 lines (63 loc) · 1.57 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
name: motor_mania
description: "Unlock the world of Automotive Treasures."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.0+1
environment:
sdk: '>=3.4.3 <4.0.0'
dependencies:
bot_toast: ^4.1.3
cached_network_image: ^3.4.0
carousel_slider_plus: ^6.0.0+1
colorful_safe_area: ^1.0.0
dartz: ^0.10.1
dio: ^5.4.3+1
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_animate: ^4.5.0
flutter_bloc: ^8.1.6
flutter_screenutil: ^5.9.3
flutter_secure_storage: ^9.2.2
flutter_svg: ^2.0.10+1
gap: ^3.0.1
get_it: ^7.7.0
hive: ^2.2.3
hive_flutter: ^1.1.0
lottie: ^3.1.2
persistent_bottom_nav_bar_v2: ^5.2.3
popover: ^0.3.0+1
pretty_dio_logger: ^1.3.1
shimmer: ^3.0.0
dev_dependencies:
build_runner: ^2.4.11
flutter_launcher_icons: ^0.13.1
flutter_lints: ^3.0.0
flutter_native_splash: ^2.4.1
flutter_test:
sdk: flutter
hive_generator: ^2.0.1
flutter:
uses-material-design: true
assets:
- assets/fonts/
- assets/images/
- assets/icons/
- assets/animation/
fonts:
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat-ExtraBold.ttf
style: normal
weight: 800
- asset: assets/fonts/Montserrat-Bold.ttf
style: normal
weight: 700
- asset: assets/fonts/Montserrat-SemiBold.ttf
style: normal
weight: 600
- asset: assets/fonts/Montserrat-Medium.ttf
style: normal
weight: 500
- asset: assets/fonts/Montserrat-Regular.ttf
style: normal
weight: 400