Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Bumps flutter_gemma from 0.12.0 to 0.12.3.

Changelog

Sourced from flutter_gemma's changelog.

0.12.3

  • Android LiteRT-LM Engine: Added LiteRT-LM inference engine for Android
    • Automatic engine selection based on file extension (.litertlm → LiteRT-LM, .task/.bin → MediaPipe)
    • NPU acceleration support (Qualcomm, MediaTek, Google Tensor)
  • Audio Input Support: Audio input for Gemma 3n models via LiteRT-LM
    • Platforms: Android + Desktop (macOS, Windows, Linux)
    • WAV format (16kHz, mono, 16-bit PCM)
    • supportAudio parameter in session configuration
  • Desktop LiteRT-LM Fixes: Fixed text chat and audio on desktop platforms
    • Switched from Flow-based to Callback-based async API (matches Android)
    • Audio transcription now works correctly
  • Bug Fixes:
    • Fixed model deletion not removing metadata
    • Fixed model creation failure blocking switching to another model
    • Fixed download issues for large models

0.12.2

  • Model Deletion Fix: Fixed model deletion not removing metadata (#169)
  • Model Switch Fix: Fixed model creation failure blocking switching to another model (#170)
  • Android SDK: Updated to API 36

0.12.1

  • Web Large Model Support: WebStorageMode for models >2GB via OPFS streaming (#162)
  • Desktop JAR Checksum Fix: Fixed JAR checksum mismatch in setup scripts (#167)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [flutter_gemma](https://github.com/DenisovAV/flutter_gemma) from 0.12.0 to 0.12.3.
- [Release notes](https://github.com/DenisovAV/flutter_gemma/releases)
- [Changelog](https://github.com/DenisovAV/flutter_gemma/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DenisovAV/flutter_gemma/commits)

---
updated-dependencies:
- dependency-name: flutter_gemma
  dependency-version: 0.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants