feat: Blurhashes and better thumbnails

This commit is contained in:
Sorunome 2020-09-03 12:58:54 +02:00
commit 9f47772b23
8 changed files with 238 additions and 29 deletions

View file

@ -36,7 +36,7 @@ class ImageView extends StatelessWidget {
),
IconButton(
icon: Icon(Icons.file_download),
onPressed: () => event.openFile(context),
onPressed: () => event.openFile(context, downloadOnly: true),
color: Colors.white,
),
],
@ -51,6 +51,7 @@ class ImageView extends StatelessWidget {
backgroundColor: Colors.black,
maxSize: false,
radius: 0.0,
thumbnailOnly: false,
),
),
);