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

Logic: Create WebStorage APIs for Flutter Web #4

Open
PDesire opened this issue Apr 2, 2020 · 0 comments
Open

Logic: Create WebStorage APIs for Flutter Web #4

PDesire opened this issue Apr 2, 2020 · 0 comments

Comments

@PDesire
Copy link
Collaborator

PDesire commented Apr 2, 2020

Web Storage for Flutter Web is kinda weird now.

We should take the approach to do something for the Open Source and Flutter Community to provide a storage for Flutter Web as open repo.

Idea:

LocalStorage used for short keys, not huge data.

IndexedDB should hold more data like sessions.

The syntax of the memory save should be NoSQL alike, which is much more comfortable for Web Devs (because nobody wants to do SQL queries inside Dart, really nobody want).

Everything should be asynchronous, non blocking.

Optional encrypting would be great too !

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

No branches or pull requests

1 participant