-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
147 lines (103 loc) · 3.26 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
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: '>=3.1.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
# GetX
get: ^4.6.6
# date
intl: ^0.18.1
# device ui resizing
flutter_screenutil: ^5.9.0
# toast
fluttertoast: ^8.2.2
# easyloading
flutter_easyloading: ^3.0.5
# http
dio: ^5.3.3
dio_cookie_manager: ^3.1.1
cookie_jar: ^4.0.8
# local storage
shared_preferences: ^2.2.1
cached_network_image: ^3.3.0
flutter_cache_manager: ^3.3.1
# encrypting SHA
crypto: ^3.0.3
# webView
webview_flutter: ^4.4.1
loading_animations: ^2.2.0
# share is discontinued. visit: https://pub.dev/packages/share
# share_plus is now maintained by flutter-community-dev. Try to use that in your next projects
share: ^2.0.4
# device_info is discontinued. visit: https://pub.dev/packages/device_info
# device_info_plus is now maintained by flutter-community-dev. Try to use that in your next projects
device_info: ^2.0.3
# package_info is discontinued. visit: https://pub.dev/packages/package_info
# package_info_plus is now maintained by flutter-community-dev. Try to use that in your next projects
package_info: ^2.0.2
# path_provider: requires specific minimum android sdk and ios version.
# comply accordingly. visit: https://pub.dev/packages/path_provider
path_provider: ^2.1.1
# permission_handler: requires specific android and ios permission setup.
# comply accordingly. visit: https://pub.dev/packages/permission_handler
permission_handler: ^11.0.0
#
uni_links: ^0.5.1
dots_indicator: ^3.0.0
google_sign_in: ^6.1.5
firebase_core: ^2.16.0
firebase_messaging: ^14.6.8
firebase_in_app_messaging: ^0.7.3+6
firebase_auth: ^4.10.0
cloud_firestore: ^4.9.2
firebase_storage: ^11.2.7
location: ^5.0.3
image_picker: ^1.0.4
photo_view: ^0.14.0
agora_rtc_engine: ^6.2.2
just_audio: ^0.9.35
flutter_local_notifications: ^15.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
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