Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation outdated #156

Open
chickahoona opened this issue Feb 29, 2024 · 0 comments
Open

Documentation outdated #156

chickahoona opened this issue Feb 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@chickahoona
Copy link

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?

@chickahoona chickahoona added the bug Something isn't working label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant