Skip to content

Documentation outdated #156

Description

@chickahoona

Describe the bug
There seems to be no documentation for 0.8.1 only 0.7.0
So for example the documented says this is how to import saf:

https://alexrintt.io/shared-storage/#partial-support-for-storage-access-framework

But that import is not recognized. I assume its something like:

import 'package:shared_storage/shared_storage.dart' as saf;

But even with the adjusted import I may miss something as for example this call here never "returns":

final destinationDirectory = await saf.openDocumentTree();

So I see the folder picker and everything but when I pick the folder and approve that the app should receive access there, the "await" still doesn't finish. So I am probably missing some part of the setup?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions