amharic_stt 0.1.1
amharic_stt: ^0.1.1 copied to clipboard
On-device Amharic (am-ET) speech-to-text for Flutter. A thin, typed wrapper over platform speech recognizers with honest availability checks and no custom engine.
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.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:amharic_stt/amharic_stt.dart';