release: 1.1.11.

This commit is contained in:
cloudwebrtc
2022-12-12 11:39:05 +08:00
parent 1596e67cf8
commit 7a8ef9fd0c
3 changed files with 21 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
# CHANGELOG # CHANGELOG
## 1.1.11
* Fix: fix connection fails for firefox. (#222, close #221)
## 1.1.10 ## 1.1.10
* Fix: Disconnect from room before app closes. * Fix: Disconnect from room before app closes.
+16 -2
View File
@@ -70,7 +70,7 @@ packages:
name: dart_webrtc name: dart_webrtc
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.0.11" version: "1.0.12"
dbus: dbus:
dependency: transitive dependency: transitive
description: description:
@@ -169,7 +169,7 @@ packages:
name: flutter_webrtc name: flutter_webrtc
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.9.17" version: "0.9.18"
flutter_window_close: flutter_window_close:
dependency: transitive dependency: transitive
description: description:
@@ -352,6 +352,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.1.0" version: "3.1.0"
platform_detect:
dependency: transitive
description:
name: platform_detect
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.7"
plugin_platform_interface: plugin_platform_interface:
dependency: transitive dependency: transitive
description: description:
@@ -380,6 +387,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "6.0.4" version: "6.0.4"
pub_semver:
dependency: transitive
description:
name: pub_semver
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.3"
shared_preferences: shared_preferences:
dependency: "direct main" dependency: "direct main"
description: description:
+1 -1
View File
@@ -1,7 +1,7 @@
name: livekit_client name: livekit_client
description: Flutter Client SDK for LiveKit. description: Flutter Client SDK for LiveKit.
Build real-time video and audio into your apps. Supports iOS, Android, and Web. Build real-time video and audio into your apps. Supports iOS, Android, and Web.
version: 1.1.10 version: 1.1.11
homepage: https://livekit.io homepage: https://livekit.io
environment: environment: