mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-07 11:39:29 +00:00
playback reporting
This commit is contained in:
parent
fbd789f989
commit
be7f5daa88
14 changed files with 751 additions and 10 deletions
|
|
@ -12,7 +12,7 @@ Future<FutureOr<ColorScheme?>> themeFromCover(
|
|||
ImageProvider<Object> img, {
|
||||
Brightness brightness = Brightness.dark,
|
||||
}) async {
|
||||
// ! add deliberate delay to simulate a long running task
|
||||
// ! add deliberate delay to simulate a long running task as it interferes with other animations
|
||||
await Future.delayed(500.ms);
|
||||
|
||||
debugPrint('Generating color scheme from cover image');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue