hpoul / file_picker_writable

Flutter plugin to choose files which can be read, referenced and written back at a later time.
https://pub.dev/packages/file_picker_writable
MIT License
17 stars 13 forks source link

Do long-running tasks off of UI thread on iOS #43

Open amake opened 3 weeks ago

amake commented 3 weeks ago

Fixes #42

The logic is getting pretty hairy but I didn't bother with any large refactors because I think moving to async/await is the timing for that.