open_save_file_dialogs 0.1.1 copy "open_save_file_dialogs: ^0.1.1" to clipboard
open_save_file_dialogs: ^0.1.1 copied to clipboard

outdated

A Flutter plugin for opening and saving files on Android, using the native file chooser.

0.1.1 #

  • saveFileDialog now directly write content to the selected file, and returns the name of the created file
  • openFileDialog now directly returns the content of the opened file
  • removed folderDialog function

0.1.0 #

  • Initial release : you can show a dialog in order to open a file, in order to save a file or in order to select a folder.