Skip to content

Commit 46e76e5

Browse files
committed
improved description
1 parent d444d69 commit 46e76e5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ packages:
113113
name: flutter_webrtc
114114
url: "https://pub.dartlang.org"
115115
source: hosted
116-
version: "0.6.10"
116+
version: "0.6.10+hotfix.1"
117117
google_fonts:
118118
dependency: "direct main"
119119
description:

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ packages:
101101
name: flutter_webrtc
102102
url: "https://pub.dartlang.org"
103103
source: hosted
104-
version: "0.6.10"
104+
version: "0.6.10+hotfix.1"
105105
http:
106106
dependency: "direct main"
107107
description:

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: livekit_client
2-
description: Flutter Client SDK for LiveKit
2+
description: Flutter Client SDK for LiveKit.
3+
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
34
version: 0.5.0
45
homepage: https://livekit.io
56

@@ -19,7 +20,7 @@ dependencies:
1920
uuid: ^3.0.4
2021
synchronized: ^3.0.0
2122
protobuf: ^2.0.0
22-
flutter_webrtc: ^0.6.10
23+
flutter_webrtc: ^0.6.10+hotfix.1
2324

2425
dev_dependencies:
2526
flutter_test:

0 commit comments

Comments
 (0)