-
Notifications
You must be signed in to change notification settings - Fork 164
/
pubspec.yaml
126 lines (105 loc) · 2.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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
name: deliverzler
description: Delivery App for Restaurants built on Flutter using Domain-Driven Design (DDD) and Riverpod Framework.
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=3.1.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.5
flutter_localizations:
sdk: flutter
intl: ^0.19.0
logging: ^1.2.0
# StateManagement & DI
hooks_riverpod: ^2.4.6
riverpod_annotation: ^2.3.0
flutter_hooks: ^0.20.3
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
# FP
fpdart: ^1.0.0-beta.1
rxdart: ^0.27.7
# Connectivity
connectivity_plus: ^4.0.1
# Routing
go_router: ^12.1.1
# Location
location: ^5.0.2+1
geolocator: ^9.0.2
google_maps_flutter: ^2.2.8
flutter_polyline_points: ^2.1.0
# Apis
dio: ^5.1.2
# Firebase
firebase_core: ^2.24.2
cloud_firestore: ^4.14.0
firebase_auth: ^4.16.0
firebase_storage: ^11.6.0
firebase_messaging: ^14.7.10
# LocalStorage
shared_preferences: ^2.1.1
sqflite: ^2.2.8+4
flutter_cache_manager: ^3.4.1
image_picker: ^0.8.7+5
# Images
cached_network_image: ^3.4.1
lottie: ^2.3.2
# Utils
mocktail: ^0.3.0
device_info_plus: ^9.0.3
fast_immutable_collections: ^9.1.5
flutter_fadein: ^2.0.0
uuid: ^4.4.2
url_launcher: ^6.1.11
flutter_local_notifications: ^16.3.0
timeago: ^3.4.0
# Widgets
flutter_platform_widgets: ^6.0.2
flutter_adaptive_scaffold: ^0.1.6
fluttertoast: ^8.2.2
qr_flutter: ^4.1.0
material_floating_search_bar:
git:
url: https://github.com/Railway-Engineering-Solutions/material_floating_search_bar.git
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.3.1
import_sorter: ^4.6.0
# Lints
very_good_analysis: ^5.1.0
custom_lint: ^0.5.6
riverpod_lint: ^2.3.4
# Code gen
build_runner: ^2.4.8
riverpod_generator: ^2.3.6
freezed: ^2.4.1
json_serializable: ^6.7.0
go_router_builder: ^2.3.4
import_sorter:
comments: false
flutter:
uses-material-design: true
generate: true # Enable generation for localizations
assets:
- assets/map_styles/
- assets/icons/
- assets/icons/dialog_widget_icons/
- assets/icons/languages_icons/
- assets/icons/screens_icons/
- assets/images/core/
- assets/images/login/
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
- asset: assets/fonts/Poppins-Bold.ttf
weight: 700
- family: Tajawal
fonts:
- asset: assets/fonts/Tajawal-Regular.ttf
- asset: assets/fonts/Tajawal-Bold.ttf
weight: 700