Update whisper dependency for Windows setup fix#7786
Conversation
Greptile SummaryThis PR bumps the
Confidence Score: 5/5The only change is a targeted dependency SHA bump in two files; both are updated consistently and point to an upstream bug-fix commit. Both pubspec.yaml and pubspec.lock reference the same new SHA with no drift between them. The upstream commit is described as a narrow comma-syntax fix for Windows, not a feature or breaking change. The sole caveat noted by the author — that flutter pub get and a full build were not run locally — is a minor gap, but the change is minimal enough that the risk of a hidden regression is low. No files require special attention; both changed files are straightforward and consistent. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[app/pubspec.yaml] -->|ref: af6b457c| B[BasedHardware/whisper_flutter_new.git]
C[app/pubspec.lock] -->|ref + resolved-ref: af6b457c| B
B -->|commit: af6b457c| D["Fixed Comma error\n(Windows setup fix)"]
E[Old pin: 684fb437] -.->|replaced by| D
Reviews (1): Last reviewed commit: "Fix Windows whisper dependency pubspec p..." | Re-trigger Greptile |
Summary
whisper_flutter_newtoaf6b457cca4cdd6c97cc2dfa8557333ee09c81f1, the upstream dependency commit that fixes the Windows setup failure described in Windows Setup Failed: Encoding error in whisper_flutter_new dependency #4806.app/pubspec.locksorefandresolved-refstay aligned withapp/pubspec.yaml.Fixes #4806
Windows context
684fb43710dd4de5538ac2da7d0b1fa405363212onwhisper_flutter_new/main.whisper_flutter_newfix commit titledFixed the Comma error which was causing the setup to fail in OMI for Windows user.BasedHardware/whisper_flutter_newcan resolve the pinned SHA withgit cat-file -e af6b457cca4cdd6c97cc2dfa8557333ee09c81f1^{commit}.Testing
git diff --checkapp/pubspec.yamlandapp/pubspec.lockboth referenceaf6b457cca4cdd6c97cc2dfa8557333ee09c81f1.git ls-remote https://github.com/BasedHardware/whisper_flutter_new.gitshows the current main SHA and the target fix SHA.Not run:
flutter pub getor a Flutter app build, because Flutter/Dart is not installed in this Windows Codex environment.