talk_it 1.0.1
talk_it: ^1.0.1 copied to clipboard
Simple native speech-to-text for Flutter. Talk, get text — like speech_to_text but lighter, with reliable Arabic support and push-to-talk mode.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add talk_itThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
talk_it: ^1.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:talk_it/talk_it.dart';