fluttercommunity / community

Flutter Community - A central place for community made Flutter content.
1.58k stars 121 forks source link

SharedPreference #91

Open dharmendra79 opened 2 years ago

dharmendra79 commented 2 years ago

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.

komaxx commented 1 year ago

@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.