mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-20 00:09:34 +00:00
Merge branch 'main' of https://github.com/rangdl/Vaani
This commit is contained in:
commit
f9a49f4473
2 changed files with 3 additions and 1 deletions
|
|
@ -25,6 +25,8 @@ Future<AbsAudioHandler> audioHandlerInit(Ref ref) async {
|
||||||
androidStopForegroundOnPause: false,
|
androidStopForegroundOnPause: false,
|
||||||
androidNotificationIcon: 'drawable/ic_stat_logo',
|
androidNotificationIcon: 'drawable/ic_stat_logo',
|
||||||
preloadArtwork: true,
|
preloadArtwork: true,
|
||||||
|
// fastForwardInterval: Duration(seconds: 20),
|
||||||
|
// rewindInterval: Duration(seconds: 20),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
return audioService;
|
return audioService;
|
||||||
|
|
|
||||||
|
|
@ -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
|
# 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
|
# 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.
|
# 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:
|
environment:
|
||||||
sdk: ">=3.3.4 <4.0.0"
|
sdk: ">=3.3.4 <4.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue