incrediblezayed / file_saver

A simple flutter plugin for saving files in all platforms
https://pub.dev/packages/file_saver
BSD 3-Clause "New" or "Revised" License
75 stars 92 forks source link

Remove unnecessary create document intent parameters #96

Closed RobertOdrowaz closed 4 months ago

RobertOdrowaz commented 5 months ago

Resolves issue #95.

I'm not quite sure about removing Intent.FLAG_GRANT_WRITE_URI_PERMISSION flag but we are doing exactly what is described here and no permission flags are mentioned

incrediblezayed commented 4 months ago

Thanks for both of your PRs, both are merging now