File tree Expand file tree Collapse file tree 8 files changed +37
-8
lines changed
stream_video_push_notification Expand file tree Collapse file tree 8 files changed +37
-8
lines changed Original file line number Diff line number Diff line change 1+ ## 0.4.0
2+
3+ 🚧 Breaking changes
4+ * Updated minimum supported dart SDK version to ` 3.3.0 ` (which requires min Flutter SDK ` 3.19.0 ` )
5+
6+ * Updated ` flutter_webrtc ` to 0.10.4
7+
8+ 🐞 Fixed
9+ * Fixed an issue where subscriber offer events might be missed causing missing video/audio tracks for call participants.
10+ * Fixed speakerphone/earpiece switching on iOS.
11+ * User is now diconnected immedietaly when leaving the call.
12+
113## 0.3.9
214* Reverted ` flutter_webrtc ` dependency version back to ` 0.9.47 ` to fix the compilation issues for web in Flutter 3.19.
315
Original file line number Diff line number Diff line change 11// This file is generated. Do not manually edit.
22/// Current package version.
3- const String streamVideoVersion = '0.3.9 ' ;
3+ const String streamVideoVersion = '0.4.0 ' ;
44const String androidWebRTCVersion = 'libwebrtc-m114.5735.10' ;
55const String iosWebRTCVersion = 'libwebrtc-m114.5735.10' ;
Original file line number Diff line number Diff line change 11name : stream_video
22description : The Official Low-level Client for Stream Video, a service for
33 building video calls, audio rooms, and live-streaming applications.
4- version : 0.3.9
4+ version : 0.4.0
55homepage : https://getstream.io/video/
66repository : https://github.com/GetStream/stream-video-flutter
77issue_tracker : https://github.com/GetStream/stream-video-flutter/issues
Original file line number Diff line number Diff line change 1+ ## 0.4.0
2+
3+ 🚧 Breaking changes
4+ * Updated minimum supported dart SDK version to ` 3.3.0 ` (which requires min Flutter SDK ` 3.19.0 ` )
5+
6+ * Updated ` flutter_webrtc ` to 0.10.4
7+
8+ 🐞 Fixed
9+ * Fixed an issue where subscriber offer events might be missed causing missing video/audio tracks for call participants.
10+ * Fixed speakerphone/earpiece switching on iOS.
11+ * User is now diconnected immedietaly when leaving the call.
12+
113## 0.3.9
214* Reverted ` flutter_webrtc ` dependency version back to ` 0.9.47 ` to fix the compilation issues for web in Flutter 3.19.
315
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ dependencies:
2424 intl : ^0.19.0
2525 path_provider : ^2.1.0
2626 share_plus : ^7.1.0
27- stream_video : ^0.3.9
28- stream_video_flutter : ^0.3.9
27+ stream_video : ^0.4.0
28+ stream_video_flutter : ^0.4.0
2929
3030dev_dependencies :
3131 build_runner : ^2.4.6
Original file line number Diff line number Diff line change 11name : stream_video_flutter
22description : The Official UI package for Stream Video, a service for building
33 video calls, audio rooms, and live-streaming applications.
4- version : 0.3.9
4+ version : 0.4.0
55homepage : https://getstream.io/video/
66repository : https://github.com/GetStream/stream-video-flutter
77issue_tracker : https://github.com/GetStream/stream-video-flutter/issues
@@ -19,7 +19,7 @@ dependencies:
1919 flutter_webrtc : ^0.10.4
2020 plugin_platform_interface : ^2.1.7
2121 rate_limiter : ^1.0.0
22- stream_video : ^0.3.9
22+ stream_video : ^0.4.0
2323 visibility_detector : ^0.4.0+2
2424
2525dev_dependencies :
Original file line number Diff line number Diff line change 1+ ## 0.4.0
2+
3+ 🚧 Breaking changes
4+ * Updated minimum supported dart SDK version to ` 3.3.0 ` (which requires min Flutter SDK ` 3.19.0 ` )
5+
16## 0.3.9
27* Sync version with ` stream_video_flutter ` 0.3.9
38
Original file line number Diff line number Diff line change 11name : stream_video_push_notification
22description : Adds push notification support for Stream Video, a service for
33 building video calls, audio rooms, and live-streaming applications.
4- version : 0.3.9
4+ version : 0.4.0
55homepage : https://getstream.io/video/
66repository : https://github.com/GetStream/stream-video-flutter
77issue_tracker : https://github.com/GetStream/stream-video-flutter/issues
@@ -21,7 +21,7 @@ dependencies:
2121 meta : ^1.9.1
2222 plugin_platform_interface : ^2.1.6
2323 rxdart : ^0.27.7
24- stream_video : ^0.3.9
24+ stream_video : ^0.4.0
2525 uuid : ^4.2.1
2626
2727dev_dependencies :
You can’t perform that action at this time.
0 commit comments