mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-05 17:09:34 +00:00
lib item page ready
This commit is contained in:
parent
0d54f1cb15
commit
097caf8ec2
15 changed files with 804 additions and 221 deletions
2
lib/db/cache/schemas/image.dart
vendored
2
lib/db/cache/schemas/image.dart
vendored
|
|
@ -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
|
||||
///
|
||||
|
|
|
|||
|
|
@ -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: [
|
||||
Loading…
Add table
Add a link
Reference in a new issue