vocra_flutter 0.2.1
vocra_flutter: ^0.2.1 copied to clipboard
The voice layer for Flutter: talk to an AI that talks back — natural turn-taking, lifelike speech, streaming replies, on-device with your own provider keys.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vocra_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vocra_flutter: ^0.2.1Alternatively, 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:vocra_flutter/vocra_flutter.dart';