-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
171 lines (115 loc) · 3.49 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
name: vibeus
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
#For iOS
cupertino_icons: ^1.0.0
## Firebase Storage
firebase_storage: ^3.1.5
## Firebase messaging for sending notifications
firebase_messaging:
##Chat bubble
flutter_chat_bubble: ^1.0.2
#Firebase Core
firebase_core: ^0.4.4+3
# Firebase Auth
firebase_auth: ^0.16.0
# Cloud FireStore
cloud_firestore: ^0.13.5
#Flutter bloc method is used in Vbeus
flutter_bloc: ^6.1.1
#Meta package
meta: ^1.1.8
#Equatable packages
equatable: ^1.2.5
#rcdart package
rxdart: ^0.23.0
#File picker used to pick file type image in profile setup screen
file_picker: ^1.9.0
#Font awwesome flutter package
font_awesome_flutter: ^8.8.1
#eva icons flutter
eva_icons_flutter: ^2.0.0
#ectende image
extended_image: ^1.5.0
#time ago package
timeago:
#Flutter Switch
flutter_switch: ^0.0.2
# UUID id used in image upload page to generate unique posId on our database
uuid: ^2.0.4
#image picker is used to pick images from gallery and camera
image_picker: ^0.6.7+17
#transparent image is used in discover screen
transparent_image: ^1.0.0
#flytter date time picker is used in profile setup screen
flutter_datetime_picker: ^1.4.0
#Material design icon
material_design_icons_flutter:
#Likify is used in bio and chats
flutter_linkify: ^4.0.2
#this also used in bio and chat
url_launcher: ^5.7.10
#onesignal is used for showing notifications
onesignal_flutter: ^2.6.2
#Not used yet
advance_pdf_viewer: ^1.2.1+2
#For geting location
geolocator: ^5.3.1
#not yet used
google_maps_flutter: ^1.1.1
#Bottoom navgation bar
google_nav_bar: ^3.0.0
#line icon package
line_icons: ^0.2.0
# Emojies
emoji_picker: ^0.1.0
# For Carousel silder in login page
carousel_slider: ^1.3.0
#Used for introduction streen
walkthrough: ^0.0.3
#Used for email validation in forget password screen
email_validator: ^1.0.6
#Ad in flutter using Native ads
flutter_native_admob:
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- images/profile.png
- images/vibeuslogo.jpeg
- images/chat.png
- images/privacy.png
- images/likes.jpg
- images/chater.png
# 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: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages