Compare commits
	
		
			1 Commits
		
	
	
		
			renovate/c
			...
			d16f9c6fae
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d16f9c6fae | 
| @@ -2,10 +2,6 @@ | |||||||
|  |  | ||||||
| [](https://pub.dev/packages/whisper_flutter_new) | [](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 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -19,7 +19,7 @@ buildscript { | |||||||
|  |  | ||||||
|     dependencies { |     dependencies { | ||||||
|         // The Android Gradle Plugin knows how to build native code with the NDK. |         // The Android Gradle Plugin knows how to build native code with the NDK. | ||||||
|         classpath 'com.android.tools.build:gradle:8.10.0-alpha02' |         classpath 'com.android.tools.build:gradle:8.4.2' | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| distributionBase=GRADLE_USER_HOME | distributionBase=GRADLE_USER_HOME | ||||||
| distributionPath=wrapper/dists | distributionPath=wrapper/dists | ||||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip | distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip | ||||||
| networkTimeout=10000 | networkTimeout=10000 | ||||||
| validateDistributionUrl=true | validateDistributionUrl=true | ||||||
| zipStoreBase=GRADLE_USER_HOME | zipStoreBase=GRADLE_USER_HOME | ||||||
|   | |||||||
| @@ -112,5 +112,5 @@ flutter { | |||||||
| } | } | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
|     implementation platform("org.jetbrains.kotlin:kotlin-bom:2.0.0") |     implementation platform("org.jetbrains.kotlin:kotlin-bom:2.1.0-Beta1") | ||||||
| } | } | ||||||
|   | |||||||
| @@ -50,7 +50,7 @@ buildscript { | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|     dependencies { |     dependencies { | ||||||
|         classpath "com.android.tools.build:gradle:8.10.0-alpha02" |         classpath "com.android.tools.build:gradle:8.4.2" | ||||||
|     } |     } | ||||||
| } | } | ||||||
| subprojects { | subprojects { | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| distributionBase=GRADLE_USER_HOME | distributionBase=GRADLE_USER_HOME | ||||||
| distributionPath=wrapper/dists | distributionPath=wrapper/dists | ||||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip | distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip | ||||||
| networkTimeout=10000 | networkTimeout=10000 | ||||||
| validateDistributionUrl=true | validateDistributionUrl=true | ||||||
| zipStoreBase=GRADLE_USER_HOME | zipStoreBase=GRADLE_USER_HOME | ||||||
|   | |||||||
| @@ -41,7 +41,7 @@ pluginManagement { | |||||||
| plugins { | plugins { | ||||||
|     id "dev.flutter.flutter-plugin-loader" version "1.0.0" |     id "dev.flutter.flutter-plugin-loader" version "1.0.0" | ||||||
|     id "com.android.application" version "8.4.2" apply false |     id "com.android.application" version "8.4.2" apply false | ||||||
|     id "org.jetbrains.kotlin.android" version "2.0.0" apply false |     id "org.jetbrains.kotlin.android" version "2.1.0-Beta1" apply false | ||||||
| } | } | ||||||
|  |  | ||||||
| include ":app" | include ":app" | ||||||
|   | |||||||
| @@ -27,7 +27,7 @@ dependencies: | |||||||
| dev_dependencies: | dev_dependencies: | ||||||
|   build_runner: ^2.4.11 |   build_runner: ^2.4.11 | ||||||
|   flutter_lints: any |   flutter_lints: any | ||||||
|   ffigen: ^14.0.0 |   ffigen: ^13.0.0 | ||||||
|   freezed: any |   freezed: any | ||||||
|   json_serializable: any |   json_serializable: any | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user