PackageTrack
Sign in Get early access

asr_lib

On-device speech recognition for Flutter powered by sherpa-onnx.

0.6.0 wuyangtardis/sherpa-asr

What this package is like to depend on

Last release 3 months ago

22 May 2026

Too new to tell

only 1 release windows

Most releases are documented

notes for 3 of 4 stable releases

Nothing withdrawn

no release was ever pulled

3 months old

4 releases · first in 2026

4 releases in the last 12 months

see the full history below

Release timeline

4 releases · May 2026 to May 2026
Release Pre-release

Releases

latest 4
  1. 0.6.0 22 May 2026
    Release notes
    • bump version
    Open source →
  2. 0.4.0 20 May 2026

    Nothing published for this version

  3. 0.3.0 19 May 2026
    Release notes

    Breaking change: This release removes all Android/Kotlin native code and replaces the Platform Channel bridge with a pure-Dart implementation using the sherpa_onnx Flutter package.

    • Pure-Dart ASR engineAsrLib now uses sherpa_onnx directly instead of the previous Kotlin native AAR + Platform Channel bridge.
    • Cross-platform support — works on Android, iOS, macOS, Windows, and Linux (all platforms supported by sherpa_onnx + record).
    • Audio capture via record package — replaces Android AudioRecord.
    • Model downloader in Dart — new asr_model_downloader.dart replaces the Kotlin ModelDownloader. Supports progress tracking and marker-file-based download state.
    • Bundled VAD modelsilero_vad.onnx is now a Flutter asset.
    • android/ directory removed — no native code needed.
    • Model type supportAsrConfig.modelType selects the model architecture: zipformer_ctc (default), sense_voice, or paraformer.
    • New dependencies: record, path_provider, path.
    • plugin: declaration removed from pubspec.yaml.
    Open source →
  4. 0.1.0 19 May 2026
    Release notes
    • Initial release.
    • Android arm64-v8a support (minSdk 24).
    • Streaming (ONLINE) and full-utterance (OFFLINE) ASR modes.
    • Silero VAD for automatic speech segment detection.
    • Built-in mic capture via Android AudioRecord.
    • Model auto-download from ModelScope (funasr-nano).
    • Flutter plugin with Platform Channel bridge (MethodChannel + EventChannel).
    • Kotlin native AAR for use outside Flutter.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive