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.gitcd agent-starter-flutter
Install dependencies:
flutter pub get
Update the configuration with your LiveKit credentials, then run the app:
flutter run
Source code
Flutter Voice Agent
A cross-platform voice AI assistant app built with Flutter.
livekit-examples/agent-starter-flutter