stream_video_screen_sharing 1.2.2
stream_video_screen_sharing: ^1.2.2 copied to clipboard
Official Screen Sharing Plugin for Stream Video Flutter that enables sharing device screens during video calls.
1.2.2 #
- Sync version with
stream_video_flutter1.2.2
1.2.1 #
- Sync version with
stream_video_flutter1.2.1
1.2.0 #
- [Android] Added support for screen audio sharing. To enable it set
captureScreenAudioto true inScreenShareConstraints. See documentation for more details.
1.1.0 #
- Sync version with
stream_video_flutter1.1.0
1.0.2 #
- Sync version with
stream_video_flutter1.0.2
1.0.1 #
- Sync version with
stream_video_flutter1.0.1
1.0.0 #
🍏 Swift Package Manager (SPM) #
- Added Swift Package Manager (SPM) support for iOS.
Important
Flutter's iOS SPM is experimental and disabled by default. You can enable it via flutter config --enable-swift-package-manager. Flutter will fall back to CocoaPods for plugins that don't support SPM. See the Flutter SPM docs.
0.11.2 #
- Sync version with
stream_video_flutter0.11.2
0.11.1 #
- Sync version with
stream_video_flutter0.11.1
0.11.0 #
🚧 Build breaking changes
Important: This release includes breaking changes for Android development.
Android Requirements:
- Minimum compileSDK 36
- Android Gradle Plugin >=8.12.1
- Gradle wrapper >=8.13
- Kotlin 2.2.0
- Updated minimum Flutter version to 3.32.0
- Updated minimum supported Dart SDK version to 3.8.0
0.10.4 #
- Sync version with
stream_video_flutter0.10.4
0.10.3 #
- Sync version with
stream_video_flutter0.10.3
0.10.2 #
- Sync version with
stream_video_flutter0.10.2
0.10.1 #
- Sync version with
stream_video_flutter0.10.1
0.10.0 #
- Sync version with
stream_video_flutter0.10.0
0.9.6 #
- Sync version with
stream_video_flutter0.9.6
0.9.5 #
- Sync version with
stream_video_flutter0.9.5
0.9.4 #
- Sync version with
stream_video_flutter0.9.4
0.9.3 #
- Sync version with
stream_video_flutter0.9.3
0.9.2 #
- Sync version with
stream_video_flutter0.9.2
0.9.1 #
- Sync version with
stream_video_flutter0.9.1
0.9.0 #
- Sync version with
stream_video_flutter0.9.0
0.8.4 #
- Sync version with
stream_video_flutter0.8.4
0.8.3 #
- Sync version with
stream_video_flutter0.8.3
0.8.2 #
- Sync version with
stream_video_flutter0.8.2
0.8.1 #
- Sync version with
stream_video_flutter0.8.1
0.8.0 #
- Sync version with
stream_video_flutter0.8.0
0.7.2 #
- Sync version with
stream_video_flutter0.7.2
0.7.1 #
- Sync version with
stream_video_flutter0.7.1
0.7.0 #
- Sync version with
stream_video_flutter0.7.0
0.6.1 #
- Updated minimum Flutter version to 3.24.5
0.6.0 #
- Sync version with
stream_video_flutter0.6.0
0.5.5 #
- Sync version with
stream_video_flutter0.5.5
0.5.4 #
- Flutter SDK constraint updated to >=3.22.0 (Dart SDK to >=3.4.0 <4.0.0)
0.5.3 #
- Sync version with
stream_video_flutter0.5.3
0.5.2 #
- Sync version with
stream_video_flutter0.5.2
0.5.1 #
- Sync version with
stream_video_flutter0.5.1
0.5.0 #
- Screen sharing package added with
BroadcastSampleHandlerimplementation for iOS broadcast extension.