jonataslaw / get_storage

A fast, extra light and synchronous key-value storage to Get framework
MIT License
359 stars 82 forks source link

Get Storage not saving some data #133

Open atif-waheed-cowlar opened 1 year ago

atif-waheed-cowlar commented 1 year ago

Hello. I'm using Get Storage in my project with many things which Are being saved in the get storage. The Issue I'm facing is that it doesn't save one bool and one List in Get Storage. In one API call, I'm saving data in Get Storage and it is saving in Get Storage both bool and List dynamic but When I restart the app or do a hot restart, It gives a null in the value. I checked using debug Mode and it is saving data but gives null on hot / app restart.

heshesh2010 commented 1 year ago

+1

baifeilong commented 1 year ago

+1

frankenten13 commented 1 year ago

Same errror

caizy27 commented 11 months ago

main.dart main() need await GetStorage.init();

yunchiri commented 8 months ago

+1