personal_voice_flutter 0.0.1
personal_voice_flutter: ^0.0.1 copied to clipboard
This project uses the iOS personal voice to speak text in your own voice.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add personal_voice_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
personal_voice_flutter: ^0.0.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:personal_voice_flutter/personal_voice_flutter.dart';