alexrintt / shared-storage

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

Close file OutputStream after file is created #86

Closed jfaltis closed 2 years ago

jfaltis commented 2 years ago

This PR adds the missing close() statement as discussed in https://github.com/lakscastro/shared-storage/issues/61#issuecomment-1184727040

alexrintt commented 2 years ago

Great job! Thanks for fixing this gap.