mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 18:07:59 -06:00
feat: Replace flutter_pdfview with pdfx
This commit is contained in:
@@ -56,6 +56,7 @@ class DocumentGridItem extends DocumentItem {
|
||||
documentId: document.id,
|
||||
borderRadius: 12.0,
|
||||
enableHero: enableHeroAnimation,
|
||||
title: document.title,
|
||||
),
|
||||
),
|
||||
Align(
|
||||
|
||||
@@ -91,6 +91,7 @@ class DocumentListItem extends DocumentItem {
|
||||
child: GestureDetector(
|
||||
child: DocumentPreview(
|
||||
documentId: document.id,
|
||||
title: document.title,
|
||||
fit: BoxFit.cover,
|
||||
alignment: Alignment.topCenter,
|
||||
enableHero: enableHeroAnimation,
|
||||
|
||||
Reference in New Issue
Block a user