Skip to content

chore(deps): bump flutter_gemma from 0.12.0 to 0.12.5#16

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/flutter_gemma-0.12.5
Closed

chore(deps): bump flutter_gemma from 0.12.0 to 0.12.5#16
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/flutter_gemma-0.12.5

Conversation

@dependabot
Copy link

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

Bumps flutter_gemma from 0.12.0 to 0.12.5.

Release notes

Sourced from flutter_gemma's releases.

Release v0.12.5

Pre-converted tokenizer.json files for iOS embedding models (avoids SentencePiece/TFLite protobuf conflict).

Release v0.12.3

JAR for desktop support

Changelog

Sourced from flutter_gemma's changelog.

0.12.5

  • iOS Tokenizer Rewrite: Replaced SentencePiece C++ with pure Swift tokenizers (BPE + Unigram)
    • Eliminates protobuf symbol conflict between SentencePiece and TensorFlow Lite (#184)
    • Auto-detects tokenizer type from model.type field in tokenizer.json
    • Supports both EmbeddingGemma (BPE) and Gecko (Unigram) models
  • HNSW Vector Search: O(log n) approximate nearest neighbor search for VectorStore
    • Cross-platform: Android (Kotlin), iOS (Swift), Web (JavaScript)
    • Configurable M and efConstruction parameters
    • Falls back to brute-force for small datasets
  • iOS Embeddings: iosPath parameter for platform-aware tokenizer downloads
    • Pre-converted tokenizer.json files on CDN (no SentencePiece dependency on iOS)
  • Desktop JAR Fix: Updated litertlm-server.jar URL to v0.12.5 (#189)
  • Bug Fixes:
    • Fixed iOS embedder crash due to protobuf symbol conflict (#184)
    • Removed deprecated package attribute from AndroidManifest.xml

0.12.4

  • Android ProGuard Fix: Added ProGuard rules for LiteRT-LM classes (#185)

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
  • 96b881f Merge pull request #186 from DenisovAV/fix/proguard-litertlm
  • e96d6a5 Add ProGuard rules for LiteRT-LM (#185)
  • 5a41b1c Merge pull request #183 from DenisovAV/feature/audio-input
  • 5f06486 Update Podfile.lock for v0.12.3
  • f7430f0 Merge pull request #182 from DenisovAV/feature/audio-input
  • 4400f87 Update prepare_resources.sh: Zulu JRE 24 and JAR 0.12.3
  • 85e3e1d Fix background_downloader_service_test: mock plugin channel
  • 63eec14 Fix lint warnings in pigeon_support_audio_test.dart
  • 8d9b596 Upgrade to Azul Zulu JRE 24 and bump server version to 0.12.3
  • b4bed19 Add desktopUrl for gemma3n_2B_litertlm and gemma3n_4B_litertlm models
  • Additional commits viewable in compare view

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.5.
- [Release notes](https://github.com/DenisovAV/flutter_gemma/releases)
- [Changelog](https://github.com/DenisovAV/flutter_gemma/blob/main/CHANGELOG.md)
- [Commits](DenisovAV/flutter_gemma@v0.12.0...v0.12.5)

---
updated-dependencies:
- dependency-name: flutter_gemma
  dependency-version: 0.12.5
  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 Mar 5, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 23, 2026

Superseded by #21.

@dependabot dependabot bot closed this Mar 23, 2026
@dependabot dependabot bot deleted the dependabot/pub/flutter_gemma-0.12.5 branch March 23, 2026 03:48
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