feat: update README.md
Signed-off-by: 小草林(田梓萱) <xcl@xuegao-tzx.top>
This commit is contained in:
parent
af91fc48cb
commit
eec6b24391
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,6 +24,7 @@ migrate_working_dir/
|
|||||||
# Flutter/Dart/Pub related
|
# Flutter/Dart/Pub related
|
||||||
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
|
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
|
||||||
/pubspec.lock
|
/pubspec.lock
|
||||||
|
pubspec.lock
|
||||||
**/doc/api/
|
**/doc/api/
|
||||||
.dart_tool/
|
.dart_tool/
|
||||||
.packages
|
.packages
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Whisper Flutter New
|
# 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)
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
name: whisper_flutter_new
|
name: whisper_flutter_new
|
||||||
description: Use whisper.cpp models implementation for Android and iOS
|
description: Use whisper.cpp models implementation for Android and iOS
|
||||||
version: 1.0.1
|
version: 1.0.1
|
||||||
|
repository: https://github.com/xuegao-tzx/whisper_flutter_new
|
||||||
|
issue_tracker: https://github.com/xuegao-tzx/whisper_flutter_new/issues
|
||||||
homepage: https://pub.dev/packages/whisper_flutter_new
|
homepage: https://pub.dev/packages/whisper_flutter_new
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
|
Loading…
Reference in New Issue
Block a user