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: