mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-04-20 13:19:37 +00:00
change name to vaani
This commit is contained in:
parent
3f496c57c4
commit
d0f1f01dde
59 changed files with 244 additions and 239 deletions
14
pubspec.yaml
14
pubspec.yaml
|
|
@ -1,5 +1,5 @@
|
|||
name: whispering_pages
|
||||
description: "A new Flutter project."
|
||||
name: vaani
|
||||
description: "Audiobookshelf client"
|
||||
# The following line prevents the package from being accidentally published to
|
||||
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
||||
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
|
|
@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 1.0.0+1
|
||||
version: 0.1.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=3.3.4 <4.0.0"
|
||||
|
|
@ -67,7 +67,9 @@ dependencies:
|
|||
media_kit_libs_linux: any
|
||||
media_kit_libs_windows_audio: any
|
||||
miniplayer:
|
||||
path: ../miniplayer
|
||||
git:
|
||||
url: https://github.com/Dr-Blank/miniplayer.git
|
||||
ref: feat-notifier-for-percent-dismissed
|
||||
numberpicker: ^2.1.2
|
||||
package_info_plus: ^8.0.0
|
||||
path: ^1.9.0
|
||||
|
|
@ -77,7 +79,9 @@ dependencies:
|
|||
scroll_loop_auto_scroll: ^0.0.5
|
||||
sensors_plus: ^5.0.1
|
||||
shelfsdk:
|
||||
path: ../../_dart/shelfsdk
|
||||
git:
|
||||
url: https://github.com/Dr-Blank/shelfsdk
|
||||
ref: main
|
||||
shimmer: ^3.0.0
|
||||
url_launcher: ^6.2.6
|
||||
dev_dependencies:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue