qwen_asr 0.2.6
qwen_asr: ^0.2.6 copied to clipboard
On-device Qwen3-ASR speech-to-text for Flutter. Pure Rust, no cloud, no server.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add qwen_asrThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
qwen_asr: ^0.2.6Alternatively, 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:qwen_asr/qwen_asr.dart';