You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: