Hi,
I am new to Flutter, creating a small RnD project on SharedPreference.
When store data in shared preference i can get it on the same page but not able to get the same data(same key) on other page OR when i ReStart the app then i am not able to get the stored data, that time i am getting null value for any key.
@dharmendra79
You'll have to add the actual code that you're running.
In my projects, shared_preferences is used heavily without your issues, so I guess you're doing something differently.
Hi, I am new to Flutter, creating a small RnD project on SharedPreference. When store data in shared preference i can get it on the same page but not able to get the same data(same key) on other page OR when i ReStart the app then i am not able to get the stored data, that time i am getting null value for any key.
please help me out with the same.