Multiple library and in-place adding

This commit is contained in:
2025-12-18 23:31:34 +08:00
parent 6f95c30e90
commit 4f6e5883b7
17 changed files with 2414 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
name: groovybox
description: "A new Flutter project."
description: "A new local music player."
# 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+40
version: 1.0.0+46
environment:
sdk: ^3.10.1
@@ -53,6 +53,8 @@ dependencies:
http: ^1.0.0
audio_service: ^0.18.18
palette_generator: ^0.3.3+4
watcher: ^1.2.0
shared_preferences: ^2.3.5
dev_dependencies:
flutter_test:
@@ -137,4 +139,4 @@ flutter_native_splash:
image: "assets/images/icon.jpg"
image_dark: "assets/images/icon-dark.jpg"
color: "#2eb0c7"
color_dark: "#121212"
color_dark: "#121212"