Releases: AgoraIO-Extensions/Agora-Flutter-SDK
Releases · AgoraIO-Extensions/Agora-Flutter-SDK
Release 6.5.0
6.5.0 (2024-12-10)
Features
- Bump minimum supported Flutter SDK >= 3.7.0 (#2001) (3cc945b)
- Upgrade native sdk 4.5.0 (#2087) (cc4ef40)
Bug Fixes
- [windows] Fix TextureRender crash (#1999) (0edbfe5)
- Fix a potential crash in AgoraVideoView when the app is force quit (#2055) (98e12d7)
- Fix black screen issue in AgoraVideoView caused by incorrect resize handling (#2052) (e9d6bcf)
- Fix potentially NPE in AgoraVideoView (#2035) (2ad4cff)
- Fix some callbacks not fired (#2033) (47ac794)
- support android 15 16k page size (#2043) (3f585c4)
- Suppress R8 missing class com.google.devtools.*.ThrowableExtension for AGP 8.x (#2050) (783c7ef)
- Update minSdkVersion to 21 to Fix NDK Compatibility Issue (#1832) (0024b0a)
Release 6.3.2
Release 6.3.1
6.3.1 (2024-05-09)
Features
Bug Fixes
- AgoraVideoView crash when dispose after RtcEngine.release (#1585) (cd33120)
- AgoraVideoView takes over the whole browser window (#1717) (0052cc7), closes /github.com/flutter/flutter/issues/143922#issuecomment-1960133128
- Prevent multiple initializations of internal resources when
RtcEngine.initialize
is called simultaneously (#1712) (462cfc3)
Release 6.3.0
Release 6.2.6
Release 6.2.4
Release 6.2.3
Release 6.2.2
6.2.2 (2023-08-01)
Features
Bug Fixes
- [android] Fix reset the log file in RtcEngine.initialize cause incorrect log file path (#1201) (b437bee)
- [android/ios] Fix crash due to AgoraVideoView.dispose call before RtcEngine.setupxxVideo is completed (#1224) (f50c4e4)
- ArgumentError: Invalid argument(s):
6
is not one of the supported values (25471b8) - Fix MediaRecorder.startRecording return -4 after the previous destroy (76d4dc4)
- Fix VideoViewControllerBaseMixin state in-correct issue (10038b8)
Release 6.2.1
6.2.1 (2023-06-30)
Features
Bug Fixes
- do not setup native view if the widget is disposed in platform view rendering (8fcadea)
- Fix AgoraVideoView not showing correctly when reusing the same VideoViewController (#1169) (6f79203)
- Fix VideoViewController state not correct when the AgoraVideoView is reused (37e4a21)
- no-op if call RtcEngine.release without calling RtcEngine.initialize directly (95d29ae)