Skip to content

Latest commit

 

History

History
109 lines (75 loc) · 2.57 KB

File metadata and controls

109 lines (75 loc) · 2.57 KB

1.0.0

🍏 Swift Package Manager (SPM)

  • 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.

0.11.2

  • Sync version with stream_video_flutter 0.11.2

0.11.1

  • Sync version with stream_video_flutter 0.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_flutter 0.10.4

0.10.3

  • Sync version with stream_video_flutter 0.10.3

0.10.2

  • Sync version with stream_video_flutter 0.10.2

0.10.1

  • Sync version with stream_video_flutter 0.10.1

0.10.0

  • Sync version with stream_video_flutter 0.10.0

0.9.6

  • Sync version with stream_video_flutter 0.9.6

0.9.5

  • Sync version with stream_video_flutter 0.9.5

0.9.4

  • Sync version with stream_video_flutter 0.9.4

0.9.3

  • Sync version with stream_video_flutter 0.9.3

0.9.2

  • Sync version with stream_video_flutter 0.9.2

0.9.1

  • Sync version with stream_video_flutter 0.9.1

0.9.0

  • Sync version with stream_video_flutter 0.9.0

0.8.4

  • Sync version with stream_video_flutter 0.8.4

0.8.3

  • Sync version with stream_video_flutter 0.8.3

0.8.2

  • Sync version with stream_video_flutter 0.8.2

0.8.1

  • Sync version with stream_video_flutter 0.8.1

0.8.0

  • Sync version with stream_video_flutter 0.8.0

0.7.2

  • Sync version with stream_video_flutter 0.7.2

0.7.1

  • Sync version with stream_video_flutter 0.7.1

0.7.0

  • Sync version with stream_video_flutter 0.7.0

0.6.1

  • Updated minimum Flutter version to 3.24.5

0.6.0

  • Sync version with stream_video_flutter 0.6.0

0.5.5

  • Sync version with stream_video_flutter 0.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_flutter 0.5.3

0.5.2

  • Sync version with stream_video_flutter 0.5.2

0.5.1

  • Sync version with stream_video_flutter 0.5.1

0.5.0

  • Screen sharing package added with BroadcastSampleHandler implementation for iOS broadcast extension.