improved description

This commit is contained in:
David Zhao
2021-10-01 22:32:38 -07:00
parent d444d69951
commit 46e76e5613
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ packages:
name: flutter_webrtc name: flutter_webrtc
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.6.10" version: "0.6.10+hotfix.1"
google_fonts: google_fonts:
dependency: "direct main" dependency: "direct main"
description: description:
+1 -1
View File
@@ -101,7 +101,7 @@ packages:
name: flutter_webrtc name: flutter_webrtc
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.6.10" version: "0.6.10+hotfix.1"
http: http:
dependency: "direct main" dependency: "direct main"
description: description:
+3 -2
View File
@@ -1,5 +1,6 @@
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.
version: 0.5.0 version: 0.5.0
homepage: https://livekit.io homepage: https://livekit.io
@@ -19,7 +20,7 @@ dependencies:
uuid: ^3.0.4 uuid: ^3.0.4
synchronized: ^3.0.0 synchronized: ^3.0.0
protobuf: ^2.0.0 protobuf: ^2.0.0
flutter_webrtc: ^0.6.10 flutter_webrtc: ^0.6.10+hotfix.1
dev_dependencies: dev_dependencies:
flutter_test: flutter_test: