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 writeToFile, writeToFileAsBytes, writeToFileAsString #85

Closed jfaltis closed 2 years ago

jfaltis commented 2 years ago

This PR implements #61.

alexrintt commented 2 years ago

Great work, I tested and it works gracefully on Android 10+ (Tested on Samsung A30 and POCO M4 PRO).

I left some comments refering to small fixes related to the API documentation and code formatting. If you think something doesn't make sense just reply on it and lets discuss.

You can also pull this branch: lakscastro:feat/write-to-file-fixes, it contains the fix of all comments of this pull request.

Thanks for the hard work!

jfaltis commented 2 years ago

I am happy to hear that. I agree with all your changes!

alexrintt commented 2 years ago

You did it! Happy to see your contribution here, I'll release on v0.5.0 today or tomorrow.

Any other requests or suggestions let me know!