feat: Blurhashes and better thumbnails
This commit is contained in:
parent
c8927f1708
commit
9f47772b23
8 changed files with 238 additions and 29 deletions
|
|
@ -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,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue