feat: Add print feature, refine gradient on details page

This commit is contained in:
Anton Stubenbord
2023-05-29 17:10:33 +02:00
parent d8ee418828
commit e4df202190
7 changed files with 150 additions and 48 deletions

View File

@@ -120,6 +120,7 @@ class _ScannerPageState extends State<ScannerPage> with SingleTickerProviderStat
? () => Navigator.of(context).push(
MaterialPageRoute(
builder: (context) => DocumentView(
documentBytes: _assembleFileBytes(
state,
forcePdf: true,