2 Commits

Author SHA1 Message Date
e49d363a09 chore(deps): update dependency ffigen to v16 2025-01-26 22:14:02 +00:00
d3e6dec652 feat: add Notice 2024-10-10 10:40:10 +08:00
4 changed files with 7 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
[![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
and Android

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-milestone-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-milestone-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

View File

@@ -27,7 +27,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.11
flutter_lints: any
ffigen: ^14.0.0
ffigen: ^16.0.0
freezed: any
json_serializable: any