From aca7041aa40276f91fc0eb5929ea5e656cee273a Mon Sep 17 00:00:00 2001 From: andreayres Date: Sat, 11 Jul 2026 00:16:59 -0300 Subject: [PATCH] chore(app): bump whisper_flutter_new for context cache Points whisper_flutter_new at 00bc626 (cache native context between transcribe calls + Whisper.releaseModel()). Depends on BasedHardware/whisper_flutter_new#3 landing that SHA on the upstream repo (re-pin if the PR is squash-merged). Co-Authored-By: Grok --- app/pubspec.lock | 4 ++-- app/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/pubspec.lock b/app/pubspec.lock index ef5ce37e4a0..40ee8eb704a 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -2481,8 +2481,8 @@ packages: dependency: "direct main" description: path: "." - ref: af6b457cca4cdd6c97cc2dfa8557333ee09c81f1 - resolved-ref: af6b457cca4cdd6c97cc2dfa8557333ee09c81f1 + ref: "00bc62694782075b7f9982a4c497e7145ba7bde0" + resolved-ref: "00bc62694782075b7f9982a4c497e7145ba7bde0" url: "https://github.com/BasedHardware/whisper_flutter_new.git" source: git version: "1.0.1" diff --git a/app/pubspec.yaml b/app/pubspec.yaml index d700cbb5623..982bba98fb4 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -125,7 +125,7 @@ dependencies: whisper_flutter_new: git: url: https://github.com/BasedHardware/whisper_flutter_new.git - ref: af6b457cca4cdd6c97cc2dfa8557333ee09c81f1 + ref: 00bc62694782075b7f9982a4c497e7145ba7bde0 disk_space_2: ^1.0.11 pasteboard: ^0.4.0 vector_math: ^2.2.0