-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
157 lines (104 loc) · 2.58 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
name: chatty
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.18.6 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_cupertino_localizations: ^1.0.1
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
# GetX
get: ^4.6.1
# date
intl: ^0.17.0
# device ui resizing
flutter_screenutil: ^5.3.1
# pull to refresh
pull_to_refresh: ^2.0.0
# toast
fluttertoast: ^8.0.9
# easyloading
flutter_easyloading: ^3.0.3
# http
dio: ^4.0.4
dio_cookie_manager: ^2.0.0
cookie_jar: ^3.0.1
# local storage
shared_preferences: ^2.0.13
cached_network_image: ^3.2.0
flutter_cache_manager: ^3.3.0
# encrypting SHA
crypto: ^3.0.1
# webView
webview_flutter: ^4.0.0
# loading
loading_animations: ^2.2.0
# share
share: ^2.0.4
# device info
device_info: ^2.0.3
# package info
package_info: ^2.0.2
#path
path_provider: ^2.0.9
# permission
permission_handler: ^10.2.0
# about errors
sentry: ^6.3.0
# get data about device
uni_links: ^0.5.1
#animation library
flutter_spinkit: ^5.1.0
dots_indicator: ^2.1.0
google_sign_in: ^5.3.3
firebase_core: ^2.4.0
firebase_messaging: ^14.1.4
firebase_in_app_messaging: ^0.7.0+8
firebase_auth: ^4.2.1
cloud_firestore: ^4.2.0
firebase_storage: ^11.0.8
location: ^4.4.0
image_picker: ^0.8.6
photo_view: ^0.14.0
sqflite: ^2.0.3+1
flutter_verification_code: ^1.1.6
agora_rtc_engine: ^6.1.0
just_audio: ^0.9.30
flutter_local_notifications: ^13.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/icons/
- assets/Sound_Horizon.mp3
- assets/audio_mixing/Agora.io-Interactions.mp3
- assets/agora-logo.png
- assets/dang.mp3
- assets/ding.mp3
- assets/gif.gif
- assets/jpg.jpg
fonts:
- family: Avenir
fonts:
- asset: assets/fonts/Avenir-Book.ttf
weight: 400 # normal
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat-Medium.ttf
weight: 500
- asset: assets/fonts/Montserrat-SemiBold.ttf
weight: 600
- family: Iconfont
fonts:
- asset: assets/fonts/iconfont.ttf