krosai_audio_client 0.1.0
krosai_audio_client: ^0.1.0 copied to clipboard
A Flutter package for implementing real-time audio communication using Krosai's audio infrastructure. Provides a simple interface for audio rooms, microphone control, and automatic reconnection handling.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add krosai_audio_client
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
krosai_audio_client: ^0.1.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:krosai_audio_client/krosai_audio_client.dart';