Compare commits

..

1 Commits

Author SHA1 Message Date
ead58383cf chore(deps): update dependency dart to <4.0.0
Some checks failed
renovate/artifacts Artifact file update failure
2024-09-26 01:56:52 +00:00
3 changed files with 2 additions and 6 deletions

View File

@ -2,10 +2,6 @@
[![pub package](https://img.shields.io/pub/v/whisper_flutter_new.svg?label=whisper_flutter_new&color=blue)](https://pub.dev/packages/whisper_flutter_new) [![pub package](https://img.shields.io/pub/v/whisper_flutter_new.svg?label=whisper_flutter_new&color=blue)](https://pub.dev/packages/whisper_flutter_new)
# Important Notice:
**I am currently refactoring the functionality and plan to provide flutter bindings for both llama.cpp and whisper.cpp. After the refactoring is complete, I will consider adapting to Windows and MacOS**
Ready to use [whisper.cpp](https://github.com/ggerganov/whisper.cpp) models implementation for iOS Ready to use [whisper.cpp](https://github.com/ggerganov/whisper.cpp) models implementation for iOS
and Android and Android

View File

@ -24,7 +24,7 @@ platforms:
macos: macos:
environment: environment:
sdk: ">=3.3.0 <4.0.0" sdk: "<4.0.0"
flutter: ">=3.22.0" flutter: ">=3.22.0"
# Dependencies specify other packages that your package needs in order to work. # Dependencies specify other packages that your package needs in order to work.

View File

@ -11,7 +11,7 @@ platforms:
macos: macos:
environment: environment:
sdk: ">=3.3.0 <4.0.0" sdk: "<4.0.0"
flutter: ">=3.22.0" flutter: ">=3.22.0"
dependencies: dependencies: