lib item page ready

This commit is contained in:
Dr-Blank 2024-05-12 05:38:30 -04:00
parent 0d54f1cb15
commit 097caf8ec2
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
15 changed files with 804 additions and 221 deletions

View file

@ -1,6 +1,6 @@
import 'package:isar/isar.dart';
part '../image.g.dart';
part 'image.g.dart';
/// Represents a cover image for a library item
///

View file

@ -1,6 +1,6 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'schemas/image.dart';
part of 'image.dart';
// **************************************************************************
// _IsarCollectionGenerator
@ -16,7 +16,7 @@ extension GetImageCollection on Isar {
const ImageSchema = IsarGeneratedSchema(
schema: IsarSchema(
name: 'Image',
name: 'CacheImage',
idName: 'id',
embedded: false,
properties: [