-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpubspec.yaml
More file actions
62 lines (54 loc) · 1.32 KB
/
pubspec.yaml
File metadata and controls
62 lines (54 loc) · 1.32 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
name: stream_video_flutter
description: The Official UI package for Stream Video, a service for building
video calls, audio rooms, and live-streaming applications.
version: 1.0.0
homepage: https://getstream.io/video/
repository: https://github.com/GetStream/stream-video-flutter
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
environment:
sdk: ^3.8.0
flutter: ">=3.32.0"
dependencies:
cached_network_image: ^3.4.1
characters: ^1.4.0
collection: ^1.19.1
equatable: ^2.0.7
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ">=0.18.1 <=0.21.0"
permission_handler: ^12.0.1
plugin_platform_interface: ^2.1.8
rate_limiter: ^1.0.0
rxdart: ^0.28.0
stream_video: ^1.0.0
stream_webrtc_flutter: ^2.2.0
visibility_detector: ^0.4.0+2
dev_dependencies:
alchemist: ^0.12.1
build_runner: ^2.8.0
flutter_test:
sdk: flutter
mocktail: ^1.0.0
flutter:
assets:
- images/
fonts:
- family: StreamIcons
fonts:
- asset: fonts/StreamIcons.ttf
uses-material-design: true
plugin:
platforms:
android:
package: io.getstream.video.flutter.stream_video_flutter
pluginClass: StreamVideoFlutterPlugin
ios:
pluginClass: StreamVideoFlutterPlugin
topics:
- video
- audio
- screen-sharing
- webrtc
- livestream