lesnitsky / flutter_localstorage

📦 LocalStorage for Flutter
MIT License
301 stars 60 forks source link

it doesn't persist the data in flutter web even if i don't close the browser. #95

Closed MarceloDiefenbach closed 3 months ago

MarceloDiefenbach commented 1 year ago

I'm saving a variable that I need to access even if the user accesses the web application another day. but the saved variable is not persisting.

I can retrieve a saved variable if I don't rebuild the application, but when I rebuild the data no longer exists

rirjkl19 commented 1 year ago

This is also happening on my end

Andrewcpu commented 1 year ago

Same issue on my end (MacOS)

WillBeebe commented 1 year ago

Same here

lesnitsky commented 3 months ago

please upgrade to the latest version.