-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
67 lines (61 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
name: restologue
description: A restaurant catalogue just for you.
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
android_alarm_manager_plus: ^1.0.2
cached_network_image: ^3.1.0
cupertino_icons: ^1.0.2
dartz: ^0.10.0-nullsafety.2
dio: ^4.0.0
equatable: ^2.0.3
flutter:
sdk: flutter
flutter_local_notifications: ^8.1.1+1
flutter_rating_bar: ^4.0.0
flutter_riverpod: ^0.14.0+3
get_it: ^7.2.0
hive: ^2.0.4
hive_flutter: ^1.1.0
injectable: ^1.4.1
intl: ^0.17.0
nil: ^1.1.1
path_provider: ^2.0.2
rxdart: ^0.27.1
shimmer: ^2.0.0
dev_dependencies:
build_runner: null
flutter_launcher_icons: ^0.9.1
flutter_test:
sdk: flutter
hive_generator: ^1.1.0
injectable_generator: ^1.4.1
lint: ^1.5.3
mockito: ^5.0.14
flutter:
uses-material-design: true
assets:
- assets/img/error.png
- assets/img/placeholder.png
- assets/img/search.png
- assets/icons/icon.png
fonts:
- family: Lato
fonts:
- asset: assets/fonts/Lato-Black.ttf
- asset: assets/fonts/Lato-BlackItalic.ttf
- asset: assets/fonts/Lato-Bold.ttf
- asset: assets/fonts/Lato-BoldItalic.ttf
- asset: assets/fonts/Lato-Italic.ttf
- asset: assets/fonts/Lato-Light.ttf
- asset: assets/fonts/Lato-LightItalic.ttf
- asset: assets/fonts/Lato-Regular.ttf
- asset: assets/fonts/Lato-Thin.ttf
- asset: assets/fonts/Lato-ThinItalic.ttf
flutter_icons:
android: true
ios: true
image_path: "assets/icons/icon.png"
adaptive_icon_background: "#ffffff"
remove_alpha_ios: true