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

PlatformAndroid

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

0.1.3 #

  • bug fix : saving file does not truncate first, on Android 10 and above.

0.1.2 #

  • bug fix : sometimes failed to read whole text file

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.