You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Updated minimum Flutter version to 3.24.5 (#815)
* Added method to ensure lock screen permission on Android
* added changelog
* Updated minimum Flutter version to 3.24.5
* tweak
* reverted back to withOpacity for backward compatibility
* fix
Copy file name to clipboardExpand all lines: packages/stream_video/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
## Unreleased
2
2
3
+
* Updated minimum Flutter version to 3.24.5
4
+
3
5
✅ Added
4
6
* Added the 'call.collectUserFeedback()' method which allows users to send call quality rating. These ratings are visible on the Dashboard and are aggregated in call stats for easy tracking. For a sample implementation, please refer to the [cookbook](https://getstream.io/video/docs/flutter/ui-cookbook/call-quality-rating/).
5
7
* Added device thermal status reporting to better optimize call quality.
Copy file name to clipboardExpand all lines: packages/stream_video_flutter/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
## Unreleased
2
2
3
+
* Updated minimum Flutter version to 3.24.5
4
+
3
5
✅ Added
4
6
* Added the 'call.collectUserFeedback()' method which allows users to send call quality rating. These ratings are visible on the Dashboard and are aggregated in call stats for easy tracking. For a sample implementation, please refer to the [cookbook](https://getstream.io/video/docs/flutter/ui-cookbook/call-quality-rating/).
5
7
* Added device thermal status reporting to better optimize call quality.
0 commit comments