enx_voice_bot 1.0.6+6 copy "enx_voice_bot: ^1.0.6+6" to clipboard
enx_voice_bot: ^1.0.6+6 copied to clipboard

Flutter SDK to build real-time Gen-AI Voice Bots using SIP & WebSocket, powered by EnableX Dialogs for low-latency app interactions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add enx_voice_bot

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  enx_voice_bot: ^1.0.6+6

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:enx_voice_bot/enx_voice.dart';
import 'package:enx_voice_bot/enx_voice_client.dart';
import 'package:enx_voice_bot/enx_voice_listener.dart';
import 'package:enx_voice_bot/enx_voice_state.dart';