Skip to content

Support for SAF Custom Document Provider #29

@tomekit

Description

@tomekit

I am wondering if there are any plans to support custom document provider: https://developer.android.com/guide/topics/providers/create-document-provider

This would allow implementing a sort of virtual mount/drive for a Flutter app which in turns e.g. connect to cloud, network or any remote file system.

There would have to be a way to implement at least those 4 methods: https://developer.android.com/guide/topics/providers/create-document-provider#subclass
queryRoots()
queryChildDocuments()
queryDocument()
openDocument()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions