Skip to content

Commit cd3182b

Browse files
chore: release 6.2.3 (#1373)
Prepare releasing **6.2.3** After this pull request is merged, the following steps below will be going on: * Create tag for **6.2.3** * Publish to pub.dev * Create Github release for **6.2.3** *This pull request is opened by bot* Co-authored-by: littleGnAl <littleGnAl@users.noreply.github.com>
1 parent 553863a commit cd3182b

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

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

3+
## [6.2.3](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/compare/6.2.2...6.2.3) (2023-10-13)
4+
5+
6+
### Features
7+
8+
* [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))
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* [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))
15+
316
## [6.2.2](https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/compare/6.2.1...6.2.2) (2023-08-01)
417

518

pubspec.yaml

Lines changed: 1 addition & 6 deletions
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.2.2
5+
version: 6.2.3
66
homepage: https://www.agora.io
77
repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main
88
environment:
@@ -19,7 +19,6 @@ dependencies:
1919
meta: ^1.7.0
2020
iris_method_channel: 2.0.0-dev.3
2121
js: ^0.6.3
22-
2322
dev_dependencies:
2423
flutter_test:
2524
sdk: flutter
@@ -39,7 +38,3 @@ flutter:
3938
pluginClass: AgoraRtcNgPlugin
4039
windows:
4140
pluginClass: AgoraRtcEnginePlugin
42-
# TODO(littlegnal): Enable it when the web support come to beta
43-
# web:
44-
# pluginClass: AgoraRtcEngineWeb
45-
# fileName: agora_rtc_engine_web.dart

0 commit comments

Comments
 (0)