- Added Swift Package Manager (SPM) support for iOS.
- Flutter’s iOS SPM is experimental (off by default). You can enable it with
flutter config --enable-swift-package-manager. Flutter falls back to CocoaPods for plugins without SPM. See Flutter SPM docs.
- Flutter’s iOS SPM is experimental (off by default). You can enable it with
- Sync version with
stream_video_flutter0.11.2
- Sync version with
stream_video_flutter0.11.1
🚧 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
- Sync version with
stream_video_flutter0.10.4
- Sync version with
stream_video_flutter0.10.3
- Sync version with
stream_video_flutter0.10.2
- Sync version with
stream_video_flutter0.10.1
- Sync version with
stream_video_flutter0.10.0
- Sync version with
stream_video_flutter0.9.6
- Sync version with
stream_video_flutter0.9.5
- Sync version with
stream_video_flutter0.9.4
- Sync version with
stream_video_flutter0.9.3
- Sync version with
stream_video_flutter0.9.2
- Sync version with
stream_video_flutter0.9.1
- Sync version with
stream_video_flutter0.9.0
- Sync version with
stream_video_flutter0.8.4
- Sync version with
stream_video_flutter0.8.3
- Sync version with
stream_video_flutter0.8.2
- Sync version with
stream_video_flutter0.8.1
- Sync version with
stream_video_flutter0.8.0
- Sync version with
stream_video_flutter0.7.2
- Sync version with
stream_video_flutter0.7.1
- Sync version with
stream_video_flutter0.7.0
- Updated minimum Flutter version to 3.24.5
- Sync version with
stream_video_flutter0.6.0
- Sync version with
stream_video_flutter0.5.5
- Flutter SDK constraint updated to >=3.22.0 (Dart SDK to >=3.4.0 <4.0.0)
- Sync version with
stream_video_flutter0.5.3
- Sync version with
stream_video_flutter0.5.2
- Sync version with
stream_video_flutter0.5.1
- Screen sharing package added with
BroadcastSampleHandlerimplementation for iOS broadcast extension.