From cdd9607232549c0902a6932f75a74df294399717 Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Thu, 24 Oct 2024 11:49:59 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cbe5521..511053a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ Use this SDK to add realtime video, audio and data features to your Flutter app. ![LiveKit Components Preview](./.github/assets/flutter-components-meet.jpg) +## Introduction + +LiveKit component state management is based on [provider](https://pub.dev/packages/provider), including `RoomContext`, `MediaDeviceContext`, `ParticipantContext`, `TrackContext`, and `ChatContext`. + +Please refer to the [flowchart](./docs/flowchart.md) for the widgets topology structure + ## Installation Add the following to your `pubspec.yaml`: