alexrintt / shared-storage

Flutter plugin to work with Android external storage.
http://alexrintt.io/shared-storage/
MIT License
53 stars 25 forks source link

Add `Erase file contents` and `Append file contents` file options #94

Closed alexrintt closed 2 years ago

alexrintt commented 2 years ago

Warning This pull request depends of #85, so it can't be merged before this one.

This PR does improvements on the file card:

Changes within /example project

Changes within the plugin

To see details of writeToFile API refer to #85, #79 and #61.