Skip to main content

Flutter starter app

A cross-platform voice agent starter app built with Flutter.

Overview

The Flutter voice agent starter app is a cross-platform frontend for voice AI agents, built with Flutter and LiveKit Flutter components. It runs on iOS, Android, web, and desktop from a single codebase.

Features

  • Cross-platform Flutter interface with audio visualizer.
  • Session management with connect and disconnect controls.
  • Sandbox token server support for quick development.

Get started

Clone the repository:

git clone https://github.com/livekit-examples/agent-starter-flutter.git
cd agent-starter-flutter

Install dependencies:

flutter pub get

Update the configuration with your LiveKit credentials, then run the app:

flutter run

Source code

GitHub

Flutter Voice Agent

A cross-platform voice AI assistant app built with Flutter.
GitHublivekit-examples/agent-starter-flutter