Skip to content

Releases: AgoraIO-Extensions/Agora-Flutter-SDK

6.2.6-sp.426163.b.3

20 Jun 03:19
d732390
Compare
Choose a tag to compare

What's Changed

  • chore: upgrade sdk to 4.2.6.163-build.3 by @peilinok in #2326
  • chore: release 6.2.6-sp.426163.b.3 by @github-actions in #2349

Full Changelog: 6.2.6-sp.426163.b.1...6.2.6-sp.426163.b.3

6.2.6-sp.426163.b.1

06 Jun 06:16
6f01037
Compare
Choose a tag to compare
feat: upgrade sdk to 4.2.6.163 (#2333)

6.2.6-sp.426163

05 Jun 10:30
20b716b
Compare
Choose a tag to compare

What's Changed

  • chore: upgrade sdk to 4.2.6.163 by @peilinok in #2331
  • chore: release 6.2.6-sp.426163 by @github-actions in #2332

Full Changelog: 6.2.6-sp.426160...6.2.6-sp.426163

Release 6.5.2

09 May 06:18
5ae632b
Compare
Choose a tag to compare

6.5.2 (2025-05-09)

Features

Bug Fixes

  • copy CVPixelBuffer for macOS (#2298) (e17b4f6)
  • hold weak ref of RendererDelegate in async task (#2265) (#2271) (3a5a91e)
  • refine demo with send multi video stream (#2295) (e7053aa)
  • try to fix green screen on intel arch for macOS (#2300) (a6d4d5e)
  • Undefined name 'platformViewRegistry'. (#2273) (227bc28)
  • unregister video frame delegate in dealloc of TextureRender to a… (#2296) (92c4dbd)

6.3.2-sp.432236.b.2

08 May 12:05
fb03540
Compare
Choose a tag to compare

What's Changed

  • chore: release 6.3.2-sp.432236.b.2 by @github-actions in #2308

Full Changelog: 6.3.2-sp.432236.b.1...6.3.2-sp.432236.b.2

6.3.2-sp.432236.b.1

08 May 07:13
938ac09
Compare
Choose a tag to compare
fix: eliminate video playback flicker during resolution changes (#2305)

6.2.6-sp.426160

25 Apr 11:45
38cd44d
Compare
Choose a tag to compare
6.2.6-sp.426160 Pre-release
Pre-release
chore: upgrade sdk to 4.2.6.160 (#2284)

Release 6.5.1-rc.1

11 Apr 08:19
b7b8398
Compare
Choose a tag to compare
Release 6.5.1-rc.1 Pre-release
Pre-release

6.5.1-rc.1 (2025-04-11)

Features

Bug Fixes

  • do not clear all platform view renders when dispose render (#2214) (#2235) (3fac8fa)

Release 6.5.1

12 Mar 07:40
ccc6ace
Compare
Choose a tag to compare

6.5.1 (2025-03-12)

Features

Bug Fixes

  • add missed extra link flags to support to enable 16K page size f… (#2143) (2146142)
  • catch exception of eventHandler when some unknown error code or … (#2215) (fdfc43b), closes #2210
  • crash in texture renderer for ios (pick 0689620 4d484b4 from release/6.3) (#2190) (89cdb5d)
  • demo typo in media recorder case (9c36c25)
  • disable warning 4819 when build windows (5b9d15e)
  • use internal custom_headers (#2145) (fb3ea26)

Release 6.5.0

10 Dec 04:06
7f1e32b
Compare
Choose a tag to compare

6.5.0 (2024-12-10)

Features

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)