qwen_asr 0.4.0
qwen_asr: ^0.4.0 copied to clipboard
On-device Qwen3-ASR speech-to-text for Flutter: offline and live-streaming transcription powered by a pure Rust engine. 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.4.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:qwen_asr/qwen_asr.dart';