-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpubspec.yaml
More file actions
51 lines (44 loc) · 1.21 KB
/
pubspec.yaml
File metadata and controls
51 lines (44 loc) · 1.21 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
name: example
description: An example project for the stream_video_flutter package.
# 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.1+1
environment:
sdk: ^3.8.0
flutter: ">=3.32.0"
dependencies:
cupertino_icons: ^1.0.5
device_info_plus: ^12.1.0
envied: ^1.2.1
firebase_core: ^4.1.0
firebase_messaging: ^16.0.1
flutter:
sdk: flutter
flutter_local_notifications: ^17.2.1
flutter_svg: ^2.0.7
google_fonts: ^5.1.0
http: ^1.1.0
intl: ^0.20.0
path_provider: ^2.1.0
rxdart: ^0.28.0
share_plus: ^11.0.0
shared_preferences: ^2.5.3
stream_video: ^1.3.1
stream_video_flutter: ^1.3.1
stream_video_push_notification: ^1.3.1
stream_webrtc_flutter: ^2.2.6
dependency_overrides:
stream_video:
path: ../../stream_video
stream_video_flutter:
path: ../../stream_video_flutter
stream_video_push_notification:
path: ../../stream_video_push_notification
dev_dependencies:
build_runner: ^2.4.6
envied_generator: ^1.2.1
flutter_test:
sdk: flutter
flutter:
uses-material-design: true