feat: Add a proper file saver
This commit is contained in:
parent
7f7b05b6f4
commit
c96486e9a0
8 changed files with 73 additions and 63 deletions
|
|
@ -31,7 +31,7 @@ class ImageViewerView extends StatelessWidget {
|
|||
),
|
||||
IconButton(
|
||||
icon: Icon(Icons.download_outlined),
|
||||
onPressed: controller.openFileAction,
|
||||
onPressed: controller.saveFileAction,
|
||||
color: Colors.white,
|
||||
tooltip: L10n.of(context).downloadFile,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue