-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
139 lines (121 loc) · 3.34 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
127
128
129
130
131
132
133
134
135
136
137
138
139
name: yacht_master
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.2.1
environment:
sdk: ">=2.17.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.4
sizer: ^2.0.15
get: ^4.6.1
provider: ^6.0.2
shared_preferences: ^2.0.13
fluttertoast: ^8.0.9
connectivity_plus: ^2.2.1
intl:
pin_code_fields: ^8.0.1
paged_vertical_calendar: ^1.0.6
circular_profile_avatar: ^2.0.5
image_picker: ^1.0.8
dotted_border: ^2.0.0+2
flutter_rating_bar: ^4.0.0
google_maps_flutter: ^2.1.5
flutter_staggered_grid_view: ^0.6.1
share_plus: ^4.0.4
google_sign_in: ^5.4.0
firebase_auth: ^4.8.0
firebase_core: ^2.25.4
intl_phone_field: ^3.1.0
http:
geolocator: ^9.0.1
permission_handler: ^10.0.0
table_calendar:
textfield_search: ^0.10.0
mask_text_input_formatter: ^2.3.0
date_format: ^2.0.6
modal_progress_hud_nsn: ^0.2.1
flutter_google_places_hoc081098:
location: ^4.3.0
geocoding: ^2.0.2
flutter_facebook_auth: ^5.0.0
cloud_firestore: ^4.9.0
firebase_storage: ^11.2.6
cached_network_image: ^3.2.1
async_foreach: ^0.0.3+2
timeago: ^3.3.0
url_launcher: ^6.1.5
file_picker: ^5.0.1
filesize: ^2.0.1
flutter_spinkit: ^5.1.0
equatable: ^2.0.5
flutter_bloc: ^8.1.1
hydrated_bloc: ^8.1.0
path_provider: ^2.0.11
bot_toast: ^4.0.3
flutter_stripe: ^10.1.1
firebase_remote_config: ^4.2.5
flutter_email_sender: ^6.0.1
flutter_datetime_picker:
git:
url: https://github.com/HasanAlqaisi/flutter_datetime_picker.git
flutter_local_notifications: ^17.2.2
timezone: ^0.9.2
firebase_messaging: ^14.6.8
flutter_widget_from_html: ^0.10.5+3
flutter_media_downloader: ^1.0.2
sign_in_with_apple: "4.3.0"
keyboard_actions: ^4.2.0
time_picker_spinner: ^0.0.1
pay: ^2.0.0
package_info_plus:
bulleted_list: ^0.0.1+0.1a
appwrite:
random_string: ^2.3.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.9.2
flutter_lints: ^2.0.1
# flutter_file_downloader: ^1.1.4
dependency_overrides:
firebase_core_platform_interface: ^4.8.0
permission_handler: ^11.0.1
google_api_headers: ^3.0.0
flutter_icons:
image_path: "assets/images/icon.png"
ios: true
android: "launcher_icon"
remove_alpha_ios: true
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/translations/
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
fonts:
- family: Helvetica
fonts:
- asset: assets/fonts/Helvetica.ttf
- family: Helvetica-Bold
fonts:
- asset: assets/fonts/Helvetica-Bold.ttf
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
- family: Arial-Narrow
fonts:
- asset: assets/fonts/ARIALNB.TTF