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

Scoped storage #140

Draft
wants to merge 18 commits into
base: release
Choose a base branch
from
Draft

Scoped storage #140

wants to merge 18 commits into from

Conversation

alexcmgit
Copy link
Owner

@alexcmgit alexcmgit commented Jul 17, 2023

This PR will modify completely the current APIs by assigning the file read/write APIs to ScopedFile and ScopedDirectory class. Also, the APIs will be merged together to make the use of this plugin seamlessly smooth by someone who never heard of storage access framework.

  • Added ScopedFile class to handle file write/read, based on the current File class from dart:io.
  • Added ScopedDirectory class to handle file creation and list.
  • All APIs (File, Media Store, Storage Access Framework) are being merged to work together.

@clragon
Copy link

clragon commented Feb 8, 2024

This PR is mouth-watering.
Anything we can do to help this come along?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants