jinn 0.0.5 copy "jinn: ^0.0.5" to clipboard
jinn: ^0.0.5 copied to clipboard

PlatformAndroid

A Flutter package providing LiveKit integration for real-time communication features. Includes UI components for building agent-based communication interfaces.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:jinn/jinn.dart';

void main() {
  const String myAppBotId = "68848c97e7275607e22ef609";
  const String myAppPromptId = "689dc0ebabc59d49c260f290";

  runApp(const VoiceAssistantApp(
    botId: myAppBotId,
    promptId: myAppPromptId,
  ));
}
0
likes
115
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing LiveKit integration for real-time communication features. Includes UI components for building agent-based communication interfaces.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_dotenv, flutter_keyboard_visibility, flutter_sficon, http, intl, livekit_client, livekit_components, logging, permission_handler, provider, url_launcher, uuid

More

Packages that depend on jinn