-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
110 lines (99 loc) · 2.66 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
name: berrielocal
description: "BerrieLocal Flutter project."
publish_to: 'none'
version: 1.0.1+4
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.2
dio: ^5.4.0
retrofit: ^4.0.3
elementary: ^3.0.0
elementary_helper: ^1.0.1
elementary_cli: ^2.0.0
auto_route: ^7.7.0
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
logger: ^2.0.2+1
pretty_dio_logger: ^1.3.1
shared_preferences: ^2.2.2
provider: ^6.1.1
analyzer: ^5.13.0
intl: ^0.18.1
intl_utils: ^2.8.5
rxdart: ^0.27.7
decimal: ^2.3.3
shimmer_animation: ^2.1.0+1
smooth_page_indicator: ^1.1.0
cached_network_image: ^3.3.1
intl_translation: ^0.18.2
flutter_svg: ^2.0.10+1
appmetrica_plugin: ^2.0.0
firebase_core: ^2.32.0
firebase_remote_config: ^4.4.7
firebase_analytics: ^10.10.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.4.8
json_serializable: ^6.7.1
retrofit_generator: ^8.0.6
freezed: ^2.4.6
auto_route_generator: ^7.2.0
dependency_overrides:
intl: ^0.18.1
flutter:
uses-material-design: true
assets:
- assets/image/
- assets/svg/
fonts:
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat-Thin.ttf
weight: 100
- asset: assets/fonts/Montserrat-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Montserrat-Light.ttf
weight: 300
- asset: assets/fonts/Montserrat-Regular.ttf
weight: 400
- asset: assets/fonts/Montserrat-Medium.ttf
weight: 500
- asset: assets/fonts/Montserrat-SemiBold.ttf
weight: 600
- asset: assets/fonts/Montserrat-Bold.ttf
weight: 700
- asset: assets/fonts/Montserrat-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Montserrat-ThinItalic.ttf
weight: 100
style: italic
- asset: assets/fonts/Montserrat-ExtraLightItalic.ttf
weight: 200
style: italic
- asset: assets/fonts/Montserrat-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/Montserrat-Regular.ttf
weight: 400
style: italic
- asset: assets/fonts/Montserrat-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Montserrat-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/fonts/Montserrat-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Montserrat-ExtraBoldItalic.ttf
weight: 800
style: italic
flutter_intl:
enabled: true