alexrintt / shared-storage

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

Add support for `FileProvider` API #3

Closed alexrintt closed 2 years ago

alexrintt commented 2 years ago

API's

Add implementation to allow us handle FileProvider Android API

alexrintt commented 2 years ago

Archived. Currently working on SAF (Storage Access Framework, #4) this issue no longer will be implemented in a near release.

alexrintt commented 2 years ago

As mentioned in #56. This is not even more the focus of the package: export the Android APIs.

And will be more focused on high-level features and use-cases instead of copying the native APIs.

So this issue will not be implemented, even in a future release, at least not focused on the FileProvider itself.

See the related issue for details.