-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
158 lines (137 loc) · 3.55 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
name: prive
description: A Global Communcation App.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# App Configs
cupertino_icons: ^1.0.5
flutter_launcher_icons: ^0.10.0
flutter_native_splash: ^2.2.14
easy_localization: ^3.0.1
flutter_local_notifications: ^12.0.3
permission_handler: ^10.2.0
uuid: ^3.0.7
# State Management
provider: ^6.0.4
shared_preferences: ^2.0.15
# Network
dio: ^4.0.6
connectivity_plus: ^2.3.9
# Audio
just_audio: ^0.9.30
record: ^4.4.3
# Widgets
cached_network_image: ^3.2.2
flutter_spinkit: ^5.1.0
image_picker: ^0.8.6
intl_phone_field: ^3.1.0
pin_code_fields: ^7.4.0
bot_toast: ^4.0.3
flutter_staggered_animations: ^1.1.1
flutter_rating_bar: ^4.0.1
lottie: ^1.4.3
smooth_page_indicator: ^1.0.0+2
page_indicator: ^0.4.1
auto_size_text: ^3.0.0
convex_bottom_bar: ^3.1.0+1
intl_phone_number_input: ^0.7.1
bs_flutter_selectbox: ^1.3.0
timer_count_down: ^2.2.1
syncfusion_flutter_sliders: ^20.3.56
grouped_list: ^5.1.2
flutter_chat_bubble: ^2.0.0
cool_dropdown: ^1.4.2
blur: ^3.1.0
community_material_icon: ^5.9.55
country_dial_code: ^1.2.0
phone_numbers_parser: ^5.0.5
flutter_sim_country_code: ^0.1.2
draggable_widget: ^2.0.0
flip_card: ^0.6.0
flutter_swipe_action_cell: ^3.0.4
badges: ^2.0.3
dashed_circle: ^0.0.2
story_view: ^0.14.0
flutter_carousel_slider: ^1.1.0
google_fonts: ^3.0.1
map_launcher: ^2.4.0
carousel_slider: ^4.1.1
awesome_dialog: ^3.0.2
video_thumbnail: ^0.5.3
video_player: ^2.4.8
flutter_staggered_grid_view: ^0.4.0
rflutter_alert: ^2.0.4
modal_bottom_sheet:
git:
url: https://github.com/1AhmedYasser/modal_bottom_sheet
ref: main
path: modal_bottom_sheet
flutter_svg:
# Utils
supercharged: ^2.1.1
intl: ^0.17.0
share_plus: ^4.5.0
country_calling_code_picker: ^2.0.1
font_awesome_flutter: ^10.2.1
timeago: ^3.3.0
flutter_contacts: ^1.1.5+1
app_settings: ^4.1.8
quiver: ^3.1.0
transition_plus: 0.0.12
screenshot: ^1.2.3
transparent_image: ^2.0.0
wakelock: ^0.6.2
flutter_foreground_task: ^3.10.0
replay_kit_launcher: ^1.0.0
collection: ^1.17.0
path_provider: ^2.0.11
# Firebase
firebase_core: ^2.2.0
firebase_auth: ^4.1.3
firebase_messaging: ^14.1.0
cloud_firestore: ^4.1.0
firebase_database: ^10.0.5
# Stream
stream_chat_flutter_core: ^5.1.0
stream_chat_flutter: ^5.1.0
stream_chat_persistence: ^5.1.0
stream_chat_localizations: ^4.0.0
# Agora
agora_rtc_engine: ^6.0.0
flutter_callkit_incoming: ^1.0.2+2
# Maps
location: ^4.4.0
geolocator: ^9.0.2
google_maps_flutter: ^2.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/prive_app_icon.jpg"
flutter_native_splash:
background_image: "assets/images/splash_image.png"
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/translations/
- assets/animations/
- assets/sounds/
fonts:
- family: SFPro
fonts:
- asset: assets/fonts/SF-Pro-Display-Bold.otf
- asset: assets/fonts/SF-Pro-Display-BoldItalic.otf
- asset: assets/fonts/SF-Pro-Display-Medium.otf
- asset: assets/fonts/SF-Pro-Display-MediumItalic.otf
- asset: assets/fonts/SF-Pro-Display-Regular.otf
- asset: assets/fonts/SF-Pro-Display-RegularItalic.otf
- asset: assets/fonts/SF-Pro-Display-Semibold.otf
- asset: assets/fonts/SF-Pro-Display-SemiboldItalic.otf