-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
77 lines (68 loc) · 1.9 KB
/
pubspec.yaml
File metadata and controls
77 lines (68 loc) · 1.9 KB
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
name: e_learning
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: 0.0.9+9
environment:
sdk: ">=2.17.5 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
provider: ^6.0.3
hmssdk_flutter: 0.7.0
mobx: 2.0.1
flutter_mobx: 2.0.0
mobx_codegen: 2.0.1+3
http: ^0.13.4
shared_preferences: ^2.0.15
font_awesome_flutter: ^10.1.0
change_app_package_name: ^1.1.0
carousel_slider: ^4.1.1
pusher_channels_flutter: ^2.0.1
#audioplayers: ^1.0.1
intl: ^0.18.0
#wakelock: ^0.6.0 # keeping screen on
#vimeo_video_player: ^0.0.4 #make problem with zoom
vimeo_player_flutter: ^0.0.3+2
#flick_video_player: ^0.5.0
awesome_dialog: ^3.0.2
zego_uikit_prebuilt_video_conference: ^2.2.5
url_launcher: ^6.1.6
flutter_zoom_sdk: ^1.1.0+4
permission_handler: ^10.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.11.0
flutter_native_splash: ^2.2.4
# flutter_native_splash
flutter_native_splash:
color: "#82D2E7"
image: assets/images/splash.png
fill: true
fullscreen: true
android: true
ios: true
web: true
# flutter_icons
flutter_icons:
image_path: "assets/images/icon.png"
android: true
ios: true
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: Cairo
fonts:
- asset: assets/fonts/Cairo/Cairo-Regular.ttf
- asset: assets/fonts/Cairo/Cairo-Light.ttf
- asset: assets/fonts/Cairo/Cairo-SemiBold.ttf
- asset: assets/fonts/Cairo/Cairo-Black.ttf
- asset: assets/fonts/Cairo/Cairo-ExtraLight.ttf
- asset: assets/fonts/Cairo/Cairo-Bold.ttf