-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
70 lines (59 loc) · 1.41 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
name: hotels_exploration
description: "Hotels Exploration"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.2.4 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.6
logger: ^2.0.2+1
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
injectable: ^2.3.2
get_it: ^7.6.7
dartz: ^0.10.1
dio: ^5.4.0
yaml: ^3.1.2
auto_route: ^7.8.4
carousel_slider: ^4.2.1
flutter_svg: ^2.0.9
flutter_bloc: ^8.1.3
expansion_tile_group: ^1.2.4
mask_text_input_formatter: ^2.8.0
cached_network_image: ^3.3.1
flutter_intl:
enabled: true
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
intl_utils: ^2.8.7
flutter_native_splash: ^2.3.9
flutter_launcher_icons: ^0.13.1
build_runner: ^2.4.8
freezed: ^2.4.6
injectable_generator: ^2.4.1
json_serializable: ^6.7.1
pretty_dio_logger: ^1.3.1
auto_route_generator: ^7.3.2
flutter:
uses-material-design: true
generate: true
assets:
- assets/icons/
- assets/images/
- assets/config/
- assets/fonts/
fonts:
- family: SF-Pro-Display
fonts:
- asset: assets/fonts/SF-Pro-Display-Regular.otf
weight: 400
- asset: assets/fonts/SF-Pro-Display-Medium.otf
weight: 500
- asset: assets/fonts/SF-Pro-Display-Semibold.otf
weight: 600