update readme (#268)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 165 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
@@ -1,12 +1,16 @@
|
|||||||
<!--BEGIN_BANNER_IMAGE--><!--END_BANNER_IMAGE-->
|
<!--BEGIN_BANNER_IMAGE-->
|
||||||
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="/.github/banner_dark.png">
|
||||||
|
<source media="(prefers-color-scheme: light)" srcset="/.github/banner_light.png">
|
||||||
|
<img style="width:100%;" alt="The LiveKit icon, the name of the repository and some sample code in the background." src="/.github/banner_light.png">
|
||||||
|
</picture>
|
||||||
|
<!--END_BANNER_IMAGE-->
|
||||||
|
|
||||||
[](https://pub.dev/packages/livekit_client)
|
[](https://pub.dev/packages/livekit_client)
|
||||||
|
|
||||||
# LiveKit Flutter SDK
|
# LiveKit Flutter SDK
|
||||||
|
|
||||||
<!--BEGIN_DESCRIPTION-->
|
<!--BEGIN_DESCRIPTION-->Use this SDK to add real-time video, audio and data features to your Flutter app. By connecting to a self- or cloud-hosted <a href="https://livekit.io/">LiveKit</a> server, you can quickly build applications like interactive live streaming or video calls with just a few lines of code.<!--END_DESCRIPTION-->
|
||||||
Official Flutter SDK for [LiveKit](https://livekit.io). Easily add real-time video and audio to your Flutter apps.
|
|
||||||
<!--END_DESCRIPTION-->
|
|
||||||
|
|
||||||
This package is published to pub.dev as [livekit_client](https://pub.dev/packages/livekit_client).
|
This package is published to pub.dev as [livekit_client](https://pub.dev/packages/livekit_client).
|
||||||
|
|
||||||
@@ -413,4 +417,13 @@ Apache License 2.0
|
|||||||
|
|
||||||
A huge thank you to [flutter-webrtc](https://github.com/flutter-webrtc/flutter-webrtc) for making it possible to use WebRTC in Flutter.
|
A huge thank you to [flutter-webrtc](https://github.com/flutter-webrtc/flutter-webrtc) for making it possible to use WebRTC in Flutter.
|
||||||
|
|
||||||
<!--BEGIN_REPO_NAV--><!--END_REPO_NAV-->
|
<!--BEGIN_REPO_NAV-->
|
||||||
|
<br/><table>
|
||||||
|
<thead><tr><th colspan="2">LiveKit Repositories Map</th></tr></thead>
|
||||||
|
<tbody>
|
||||||
|
<tr><td>Core Infra</td><td><a href="https://github.com/livekit/livekit">livekit</a> · <a href="https://github.com/livekit/egress">egress</a> · <a href="https://github.com/livekit/ingress">ingress</a> · <a href="https://github.com/livekit/livekit-cli">livekit-cli</a></td></tr><tr></tr>
|
||||||
|
<tr><td>Client SDKs</td><td><a href="https://github.com/livekit/components-js">Components</a> · <a href="https://github.com/livekit/client-sdk-js">JavaScript</a> · <a href="https://github.com/livekit/livekit-react">React</a> · <a href="https://github.com/livekit/client-sdk-swift">iOS</a> · <a href="https://github.com/livekit/client-sdk-android">Android</a> · <b>Flutter</b> · <a href="https://github.com/livekit/client-sdk-unity-web">Unity (web)</a> · <a href="https://github.com/livekit/client-sdk-react-native">React Native (beta)</a></td></tr><tr></tr>
|
||||||
|
<tr><td>Server SDKs</td><td><a href="https://github.com/livekit/server-sdk-js">Node.js</a> · <a href="https://github.com/livekit/server-sdk-go">Golang</a> · <a href="https://github.com/livekit/server-sdk-ruby">Ruby</a> · <a href="https://github.com/livekit/server-sdk-kotlin">Java/Kotlin</a></td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<!--END_REPO_NAV-->
|
||||||
|
|||||||
Reference in New Issue
Block a user