Skip to content

Commit

Permalink
chore: release 6.2.3 (#1373)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
github-actions[bot] and littleGnAl authored Oct 13, 2023
1 parent 553863a commit cd3182b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
7 changes: 1 addition & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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

0 comments on commit cd3182b

Please sign in to comment.