mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-09 12:39:29 +00:00
lib item page ready
This commit is contained in:
parent
0d54f1cb15
commit
097caf8ec2
15 changed files with 804 additions and 221 deletions
|
|
@ -44,6 +44,8 @@ class CoverImage extends _$CoverImage {
|
|||
'cover image stale for ${libraryItem.id}, fetching from the server',
|
||||
);
|
||||
}
|
||||
} else {
|
||||
debugPrint('cover image not found in cache for ${libraryItem.id}');
|
||||
}
|
||||
|
||||
// check if the image is in the cache
|
||||
|
|
@ -57,6 +59,7 @@ class CoverImage extends _$CoverImage {
|
|||
libraryItem.id,
|
||||
coverImage,
|
||||
key: libraryItem.id,
|
||||
fileExtension: 'jpg',
|
||||
);
|
||||
debugPrint(
|
||||
'cover image fetched for for ${libraryItem.id}, file time: ${await newFile.lastModified()}',
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ part of 'image_provider.dart';
|
|||
// RiverpodGenerator
|
||||
// **************************************************************************
|
||||
|
||||
String _$coverImageHash() => r'010200735fbe7567ffdaad68bc5a98a475dfda42';
|
||||
String _$coverImageHash() => r'3f4ef56a2539dd2082e7de55098bed8876098e9f';
|
||||
|
||||
/// Copied from Dart SDK
|
||||
class _SystemHash {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue