From eec6b2439151b58c2726fa7aa5ed12a022be44d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8D=89=E6=9E=97=28=E7=94=B0=E6=A2=93=E8=90=B1?= =?UTF-8?q?=29?= Date: Wed, 12 Jun 2024 10:07:03 +0800 Subject: [PATCH] feat: update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小草林(田梓萱) --- .gitignore | 1 + README.md | 2 ++ pubspec.yaml | 2 ++ 3 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 96486fd..03c1b58 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ migrate_working_dir/ # Flutter/Dart/Pub related # Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock. /pubspec.lock +pubspec.lock **/doc/api/ .dart_tool/ .packages diff --git a/README.md b/README.md index cbc48c3..0c101da 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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 and Android diff --git a/pubspec.yaml b/pubspec.yaml index 50811b9..758bc7f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,8 @@ name: whisper_flutter_new description: Use whisper.cpp models implementation for Android and iOS 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 platforms: