amharic_stt 0.1.0
amharic_stt: ^0.1.0 copied to clipboard
On-device Amharic (am-ET) speech-to-text for Flutter. A thin, typed wrapper over the platform speech recognizer (Android SpeechRecognizer, iOS SFSpeechRecognizer) with honest availability checks and n [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add amharic_sttThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
amharic_stt: ^0.1.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:amharic_stt/amharic_stt.dart';