From 6a0416026eed4361e30b5093c5a4318d61190ccd Mon Sep 17 00:00:00 2001 From: Jonas Schell Date: Thu, 6 Apr 2023 03:45:47 +0200 Subject: [PATCH] readme manager initial setup (#264) * readme manager initial setup This PR makes the README ready to be managed by the readme manager. It adds custom comment tags to the readme, which are invisible when the README is rendered, but tell the readme manager where to insert and update content. * Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2aa6404..1c00a41 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ + + [![pub package](https://img.shields.io/pub/v/livekit_client?label=livekit_client&color=blue)](https://pub.dev/packages/livekit_client) # LiveKit Flutter SDK + Official Flutter SDK for [LiveKit](https://livekit.io). Easily add real-time video and audio to your Flutter apps. + This package is published to pub.dev as [livekit_client](https://pub.dev/packages/livekit_client). @@ -408,3 +412,5 @@ Apache License 2.0 ## Thanks A huge thank you to [flutter-webrtc](https://github.com/flutter-webrtc/flutter-webrtc) for making it possible to use WebRTC in Flutter. + +