voicebot_flutter 0.4.0
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_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
voicebot_flutter: ^0.4.0Alternatively, 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';