Skip to content

Commit 6088c4c

Browse files
chore: release 6.5.3 (#2430)
Prepare releasing **6.5.3** After this pull request is merged, the following steps below will be going on: * Create tag for **6.5.3** * Publish to pub.dev * Create Github release for **6.5.3** *This pull request is opened by bot* Co-authored-by: ZGaopeng <[email protected]>
1 parent 56e92db commit 6088c4c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [6.5.3](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/compare/6.5.2...6.5.3) (2025-09-16)
4+
5+
### Bug Fixes
6+
7+
* compile issue of example with lower version of flutter ([#2351](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/issues/2351)) ([36821c5](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/commit/36821c596a979501d3d0944c7c873148e9e01166))
8+
* eliminate video playback flicker during resolution changes ([#2306](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/issues/2306)) ([7a917da](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/commit/7a917da15054768e403d245d311e979eded0a50f))
9+
* the compatibility of the construction configuration of CMakeLists.txt with lower versions of Flutter SDK ([#2401](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/issues/2401)) ([50657fd](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/commit/50657fdebd783b927296a47fb27a367615396f33))
10+
* ui.platformViewRegistry.registerViewFactory fixed ([#2399](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/issues/2399)) ([bb258fc](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/commit/bb258fcfc031cd56e0285e27827297e01c12e15d)), closes [#2360](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/issues/2360) [#2360](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/issues/2360)
11+
* update run_update_deps.yml to use macos-14 ([#2415](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/issues/2415)) ([56e92db](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/commit/56e92db6c67b0a6e059be857ecacdf2adf848216))
12+
* windows-2019 is deprecated ([#2352](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/issues/2352)) ([9950395](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/commit/9950395d49942d86d3102f3167894de9ce738e74))
13+
314
## [6.5.2](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/compare/6.5.1-rc.2...6.5.2) (2025-04-29)
415

516
### Features

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: agora_rtc_engine
22
description: >-
33
Flutter plugin of Agora RTC SDK, allow you to simply integrate Agora Video
44
Calling or Live Video Streaming to your app with just a few lines of code.
5-
version: 6.5.2
5+
version: 6.5.3
66
homepage: https://www.agora.io
77
repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main
88
environment:

0 commit comments

Comments
 (0)