file_picker_writable 1.1.1+3 copy "file_picker_writable: ^1.1.1+3" to clipboard
file_picker_writable: ^1.1.1+3 copied to clipboard

outdated

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.1.1+3 #

  • Android: better error handling, which previously might have caused crashes in previous version.
  • iOS: Fix handling of Copy to use case. (ie. imported files, vs. opened files). & cleanup of Inbox folder. Again thanks https://github.com/amake

1.1.1+2 #

1.1.1+1 #

  • iOS: Fix universal links handling.

1.1.1 #

  • Implement the Uri handling part of the plugin for macos.

1.1.0 #

  • Handle All URLs from intents or custom URL schemas, and propagate it to url handler.

1.0.1 #

  • Android: make sure all file operations happen outside the main UI thread.
    • Everything uses coroutines now to correctly dispatch everything to a worker thread.

1.0.0+1 #

  • Improved documentation & comments.
  • Add toJsonString and fromJsonString to FileInfo for easier serialization.
  • Loosen package dependency version constraint for convert package.

1.0.0 #

  • Only handle file urls on iOS and file, content URLs on android.
  • Send native logs to dart to make debugging easier.

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
14
likes
0
pub points
81%
popularity

Publisher

verified publishercodeux.design

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

convert, flutter, logging, synchronized

More

Packages that depend on file_picker_writable