Skip to content

Commit

Permalink
chore: release 6.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Sep 13, 2022
1 parent 41115be commit 997a92e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 52 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 6.0.0-rc.1 (2022-09-13)


### Features

* Convert kotlin to java to avoid kotlin version conflict ([#2](https://github.com/AgoraIO/Flutter-SDK/issues/2)) ([e972026](https://github.com/AgoraIO/Flutter-SDK/commit/e9720267f124c28fa0e06e101893eb591f56b345))
* Upgrade native sdk 4.0.0-rc.1 ([41115be](https://github.com/AgoraIO/Flutter-SDK/commit/41115be71a6b0a8881d61026cd30cae514962e26))

## 6.0.0-rc.1

See release note:
Expand Down
60 changes: 8 additions & 52 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,44 +1,31 @@
name: agora_rtc_engine
description: Flutter plugin of Agora RTC SDK, allow you to simply integrate Agora Video
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.0.0-rc.1
homepage: https://www.agora.io
repository: https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main

homepage: 'https://www.agora.io'
repository: 'https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/main'
environment:
sdk: ">=2.14.0 <3.0.0"
flutter: ">=2.0.0"

sdk: '>=2.14.0 <3.0.0'
flutter: '>=2.0.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
json_annotation: ^4.4.0
ffi: ">=1.1.2"
ffi: '>=1.1.2'
iris_event: ^1.2.0
async: ^2.8.2
meta: ^1.7.0


dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.1.7
json_serializable: ^6.1.1
ffigen: ">=4.1.2"


# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
ffigen: '>=4.1.2'
flutter:
# This section identifies this Flutter project as a plugin project.
# The 'pluginClass' and Android 'package' identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
platforms:
android:
Expand All @@ -54,34 +41,3 @@ flutter:
pluginClass: AgoraRtcNgWeb
fileName: agora_rtc_engine_web.dart


# To add assets to your plugin package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.dev/assets-and-images/#from-packages
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.

# To add custom fonts to your plugin package, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.dev/custom-fonts/#from-packages

0 comments on commit 997a92e

Please sign in to comment.