utils/select_file library

Promt 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://www.gnu.org/licenses/gpl-3.0.en.html

Authors: Yixiang Yin, Graham Williams, Lutra

Functions

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