voicebot_flutter 0.4.0 copy "voicebot_flutter: ^0.4.0" to clipboard
voicebot_flutter: ^0.4.0 copied to clipboard

Drop-in voice and text store assistant for Flutter apps. The same VoiceBot assistant that runs as the web widget, native in your app over WebSocket + PCM16.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add voicebot_flutter

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

dependencies:
  voicebot_flutter: ^0.4.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:voicebot_flutter/voicebot_flutter.dart';
1
likes
140
points
25
downloads

Documentation

API reference

Publisher

verified publishermonoverse.tech

Weekly Downloads

Drop-in voice and text store assistant for Flutter apps. The same VoiceBot assistant that runs as the web widget, native in your app over WebSocket + PCM16.

Homepage
Repository (GitHub)
View/report issues

Topics

#voice #assistant #websocket #ecommerce #chatbot

License

MIT (license)

Dependencies

crypto, flutter, flutter_secure_storage, plugin_platform_interface, web_socket_channel

More

Packages that depend on voicebot_flutter

Packages that implement voicebot_flutter