11name : stream_video_flutter_background
2- description : A new Flutter project .
2+ description : Adds background support for Stream Video SDK, a service for building video calls, audio rooms, and live-streaming applications .
33version : 0.0.1
4- homepage :
4+ homepage : https://getstream.io/video/
5+ repository : https://github.com/GetStream/stream-video-flutter
6+ issue_tracker : https://github.com/GetStream/stream-video-flutter/issues
57
68environment :
7- sdk : ' >=2.18.5 <3 .0.0'
8- flutter : " >=2.5 .0"
9+ sdk : " >=2.18.0 <4 .0.0"
10+ flutter : " >=3.3 .0"
911
1012dependencies :
1113 flutter :
1214 sdk : flutter
13- equatable : ^2.0.3
14- plugin_platform_interface : ^2.0.2
15+ equatable : ^2.0.5
16+ plugin_platform_interface : ^2.1.4
1517
1618dev_dependencies :
1719 flutter_test :
1820 sdk : flutter
19- flutter_lints : ^2.0.0
21+ flutter_lints : ^2.0.2
2022
21- # For information on the generic Dart part of this file, see the
22- # following page: https://dart.dev/tools/pub/pubspec
23-
24- # The following section is specific to Flutter packages.
2523flutter :
2624 # This section identifies this Flutter project as a plugin project.
2725 # The 'pluginClass' specifies the class (in Java, Kotlin, Swift, Objective-C, etc.)
@@ -41,33 +39,9 @@ flutter:
4139 # ios:
4240 # pluginClass: StreamVideoFlutterBackgroundPlugin
4341
44- # To add assets to your plugin package, add an assets section, like this:
45- # assets:
46- # - images/a_dot_burr.jpeg
47- # - images/a_dot_ham.jpeg
48- #
49- # For details regarding assets in packages, see
50- # https://flutter.dev/assets-and-images/#from-packages
51- #
52- # An image asset can refer to one or more resolution-specific "variants", see
53- # https://flutter.dev/assets-and-images/#resolution-aware
54-
55- # To add custom fonts to your plugin package, add a fonts section here,
56- # in this "flutter" section. Each entry in this list should have a
57- # "family" key with the font family name, and a "fonts" key with a
58- # list giving the asset and other descriptors for the font. For
59- # example:
60- # fonts:
61- # - family: Schyler
62- # fonts:
63- # - asset: fonts/Schyler-Regular.ttf
64- # - asset: fonts/Schyler-Italic.ttf
65- # style: italic
66- # - family: Trajan Pro
67- # fonts:
68- # - asset: fonts/TrajanPro.ttf
69- # - asset: fonts/TrajanPro_Bold.ttf
70- # weight: 700
71- #
72- # For details regarding fonts in packages, see
73- # https://flutter.dev/custom-fonts/#from-packages
42+ topics :
43+ - video
44+ - audio
45+ - audioroom
46+ - webrtc
47+ - livestream
0 commit comments