From 46e76e56130b1d538ccd62ce3cef159249ef77dd Mon Sep 17 00:00:00 2001 From: David Zhao Date: Fri, 1 Oct 2021 22:32:38 -0700 Subject: [PATCH] improved description --- example/pubspec.lock | 2 +- pubspec.lock | 2 +- pubspec.yaml | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 3c7da11..f5276d3 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -113,7 +113,7 @@ packages: name: flutter_webrtc url: "https://pub.dartlang.org" source: hosted - version: "0.6.10" + version: "0.6.10+hotfix.1" google_fonts: dependency: "direct main" description: diff --git a/pubspec.lock b/pubspec.lock index bf1b245..ee3e5b4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -101,7 +101,7 @@ packages: name: flutter_webrtc url: "https://pub.dartlang.org" source: hosted - version: "0.6.10" + version: "0.6.10+hotfix.1" http: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 50f8eb8..710b00c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,6 @@ 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 homepage: https://livekit.io @@ -19,7 +20,7 @@ dependencies: uuid: ^3.0.4 synchronized: ^3.0.0 protobuf: ^2.0.0 - flutter_webrtc: ^0.6.10 + flutter_webrtc: ^0.6.10+hotfix.1 dev_dependencies: flutter_test: