utils/select_file library

Prompt the user to select a name and location to save a file. Copyright (C) 2024, Togaware Pty Ltd

Licensed under the GNU General Public License, Version 3 (the "License");

License: https://opensource.org/license/gpl-3-0

Authors: Yixiang Yin, Graham Williams, Lutra

Functions

selectFile({String defaultFileName = 'image.svg', List<String> allowedExtensions = const ['svg']}) Future<String?>