file_picker_writable 1.0.0-rc.2 file_picker_writable: ^1.0.0-rc.2 copied to clipboard
Flutter plugin to allow users to open files/documents which can be read, and written back at a later time as well as creating new files on external media.
1.0.0-rc.2 #
- Add support for handling "file open" intents on on android and iOS (openUrl).
- (This will handle all incoming URLs and intents)
1.0.0-rc.1 Feature complete for iOS and Android 🎉️ #
- Show "Create file" dialog.
- Show "Open file" dialog.
- (re)read files using Uri identifier.
- write new contents to user selected files.
0.0.1 #
- Initial experiments