playback reporting

This commit is contained in:
Dr-Blank 2024-06-15 23:43:08 -04:00
parent fbd789f989
commit be7f5daa88
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
14 changed files with 751 additions and 10 deletions

View file

@ -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');