L

livekit-client

The LiveKit icon, the name of the repository and some sample code in the background.

pub package

LiveKit Flutter SDK

Use this SDK to add realtime video, audio and data features to your Flutter app. By connecting to LiveKit Cloud or a self-hosted server, you can quickly build applications such as multi-modal AI, live streaming, or video calls with just a few lines of code.

This package is published to pub.dev as livekit_client.

Docs

More Docs and guides are available at https://docs.livekit.io

Supported platforms

LiveKit client SDK for Flutter is designed to work across all platforms supported by Flutter:

  • Aurora

Example app

We built a multi-user conferencing app as an example in the example/ folder. LiveKit is compatible cross-platform: you could join the same room using any of our supported realtime SDKs.

Online demo: https://livekit.github.io/client-sdk-flutter/

Installation

Include this package to your pubspec.yaml

---
dependencies:
  livekit_client: ^2.7.0