Skip to content

Commit

Permalink
fix broken license hyperlink, add topics to pubspec.yaml and bump ver…
Browse files Browse the repository at this point in the history
…sion to 0.0.2

Signed-off-by: Keyur Maru <[email protected]>
  • Loading branch information
keyur2maru committed Oct 27, 2024
1 parent 2255d5d commit 516229a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 39 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

* Fix broken LICENSE hyperlink in README.md and add topics to pubspec.yaml

## 0.0.1

* Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ Special thanks to [Ricky0123](https://github.com/ricky0123) for creating the [VA


## License
This project is licensed under the [MIT License](https://opensource.org/license/mit) . See the [LICENSE](https://github.com/keyur2maru/vad/blob/main/LICENSE) file for details.
This project is licensed under the [MIT License](https://opensource.org/license/mit) . See the [LICENSE](https://github.com/keyur2maru/vad/blob/master/LICENSE) file for details.

---

Expand Down
47 changes: 9 additions & 38 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: vad
description: "VAD is a cross-platform Dart binding for the VAD JavaScript library. This package provides access to a Voice Activity Detection (VAD) system, allowing Flutter applications to start and stop VAD-based listening and handle various VAD events."
version: 0.0.1
description: "VAD is a cross-platform Dart binding for the VAD JavaScript library.
This package provides access to a Voice Activity Detection (VAD) system, allowing Flutter applications to start and stop VAD-based listening and handle various VAD events."
version: 0.0.2
repository: https://github.com/keyur2maru/vad

environment:
Expand All @@ -17,39 +18,9 @@ dev_dependencies:
sdk: flutter
flutter_lints: ^4.0.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter packages.
flutter:

# To add assets to your package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.dev/to/asset-from-package
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images

# To add custom fonts to your package, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.dev/to/font-from-package
topics:
- vad
- voice-activity-detection
- vad-flutter
- vad-dart
- silero-vad

0 comments on commit 516229a

Please sign in to comment.