kickoff library item

This commit is contained in:
Dr-Blank 2024-05-09 23:23:50 -04:00
parent f8597f7430
commit 6c60d1c6ed
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
13 changed files with 439 additions and 99 deletions

5
lib/db/cache/cache_key.dart vendored Normal file
View file

@ -0,0 +1,5 @@
class CacheKey {
static libraryItem(String id) {
return 'library_item_$id';
}
}