pick_or_save 0.0.7 pick_or_save: ^0.0.7 copied to clipboard
A Flutter file picking and saving package that enables you to pick or save a single file and multiple files.
0.0.7 #
- Fixes file metadata not working for URI.
0.0.6 #
- Allows using absolute file path for metadata.
- Breaking: Use
sourceFileUri
for URIs andsourceFilePath
for absolute file paths to get metadata.
0.0.5 #
- Fixes file metadata last modified format.
0.0.4 #
- Adds function to get metadata of a uri.
0.0.3 #
- Fixes mimeTypeFilter not working.
0.0.2 #
- Fixes changelog.
0.0.1 #
- Initial release.