diff --git a/CHANGELOG.md b/CHANGELOG.md index 6acc4f983..311638f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.2.3](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/compare/6.2.2...6.2.3) (2023-10-13) + + +### Features + +* [android] Implement flutter texture rendering ([#1246](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/issues/1246)) ([7fd8fee](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/commit/7fd8fee851a802dc3fbaef8b70bee3d8215006c0)) +* Upgrade native sdk 4.2.3 ([#1312](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/issues/1312)) ([553863a](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/commit/553863a1a45861a268cd4b54eca01cc1ce7a7b0b)) + + +### Bug Fixes + +* [windows] Fix can not get `irisRtcRenderingHandle` in 32-bit ([#1311](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/issues/1311)) ([7438fb2](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/commit/7438fb27e0ebc607fdda46a4482bec1f3f2e5070)) + ## [6.2.2](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/compare/6.2.1...6.2.2) (2023-08-01) diff --git a/pubspec.yaml b/pubspec.yaml index e1197f20c..a21736cf6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: agora_rtc_engine description: >- Flutter plugin of Agora RTC SDK, allow you to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code. -version: 6.2.2 +version: 6.2.3 homepage: https://www.agora.io repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main environment: @@ -19,7 +19,6 @@ dependencies: meta: ^1.7.0 iris_method_channel: 2.0.0-dev.3 js: ^0.6.3 - dev_dependencies: flutter_test: sdk: flutter @@ -39,7 +38,3 @@ flutter: pluginClass: AgoraRtcNgPlugin windows: pluginClass: AgoraRtcEnginePlugin - # TODO(littlegnal): Enable it when the web support come to beta - # web: - # pluginClass: AgoraRtcEngineWeb - # fileName: agora_rtc_engine_web.dart