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

Request for html Storage in package:file #677

Open
YukiAttano opened this issue Oct 17, 2024 · 0 comments
Open

Request for html Storage in package:file #677

YukiAttano opened this issue Oct 17, 2024 · 0 comments

Comments

@YukiAttano
Copy link

Right now, i want to store some data locally separated for each user (that should be ready to access on every app start).

The SharedPreferences package uses html Storage as the Web implementation.
Unfortunately, the implementation of Android and iOS are for smaller data sizes (some 100k).

As the 'file' package mocks the data system and currently allows a Memory implementation which helps in making the applications in Web more feature-rich, i see the html Storage as a good feature for this package to allow to persist data between sessions.

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

No branches or pull requests

1 participant