Compare commits
2 Commits
1b5c250949
...
renovate/f
Author | SHA1 | Date | |
---|---|---|---|
e49d363a09 | |||
d3e6dec652 |
@@ -2,6 +2,10 @@
|
||||
|
||||
[](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
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user