utils/default_file_location library
Functions
-
defaultFileLocation(
String filename) → Future< File> - Finds an appropriate place on the user's device to put the file. In this case we are choosing to use the temp directory. This method is using the path_provider package to get that location.
-
getDefaultDir(
) → Future< Directory>