Flutter: Save/Load data in local storage (using shared_preferences)

preview_player
Показать описание
- How to save data to the local storage?
- How to save data to the shared_preferences?
- How to save local data?
- How to store local data?
- Value is lost after hot reload in flutter
- Data is lost after app relaunch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Did the video help you? Buy a coffee for the author (make donate)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

shared_preferences:
Рекомендации по теме
Комментарии
Автор

Thanks alot you make it so simple 👌, please can you make a video on how to add another parameter in addition to the score, like coins or apples

uhhoizg
Автор

I want to create two local storages one for new user and second for logged in users, and I want to take user to signup page if it is new and login page if he logged in and then logout, I want to take user to homepage if he is already logged in and opened the app again

DANISHALI-gjgt
Автор

Is this data will be save for long time? i mean if i save data this way, after a long long time can i get the same saved value?

EaglexOnline