This commit is contained in:
rang 2025-12-01 15:35:30 +08:00
commit f9a49f4473
2 changed files with 3 additions and 1 deletions

View file

@ -25,6 +25,8 @@ Future<AbsAudioHandler> audioHandlerInit(Ref ref) async {
androidStopForegroundOnPause: false,
androidNotificationIcon: 'drawable/ic_stat_logo',
preloadArtwork: true,
// fastForwardInterval: Duration(seconds: 20),
// rewindInterval: Duration(seconds: 20),
),
);
return audioService;

View file

@ -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: 0.0.41+41
version: 0.0.42+42
environment:
sdk: ">=3.3.4 <4.0.0"