qwen_asr 0.3.0 copy "qwen_asr: ^0.3.0" to clipboard
qwen_asr: ^0.3.0 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_asr

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  qwen_asr: ^0.3.0

Alternatively, 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';
2
likes
70
points
20
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

On-device Qwen3-ASR speech-to-text for Flutter. Pure Rust, no cloud, no server.

Repository (GitHub)
View/report issues

Topics

#speech-recognition #asr #machine-learning #audio

License

MIT (license)

Dependencies

flutter, flutter_rust_bridge, plugin_platform_interface

More

Packages that depend on qwen_asr

Packages that implement qwen_asr