From af6b457cca4cdd6c97cc2dfa8557333ee09c81f1 Mon Sep 17 00:00:00 2001 From: Diablo Date: Sat, 14 Feb 2026 02:03:03 +0530 Subject: [PATCH] Fixed the Comma error which was causing the setup to fail in OMI for Windows user --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2a6c60d..a3fbc36 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: whisper_flutter_new -description: A flutter library for offline speech-to-text conversion which use whisper.cpp models implementation for Android、iOS、macOS. +description: A flutter library for offline speech-to-text conversion which use whisper.cpp models implementation for Android,iOS,macOS. version: 1.0.1 repository: https://github.com/xuegao-tzx/whisper_flutter_new issue_tracker: https://github.com/xuegao-tzx/whisper_flutter_new/issues