jonataslaw / get_storage

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

After writing, run the App again to perform the read operation, and the previously saved content disappears. #143

Open josercc opened 7 months ago

josercc commented 7 months ago

first step Execute await GetStorage().write('key','value') Step 2 Execute exit(0) third step Restart the App and execute GetStorage().read('key') value is null

jonataslaw commented 7 months ago

Which platform are you running? Windows? Linux? MacOS? iOS? Android? Web?

josercc commented 7 months ago

iOS

---- Replied Message ---- | From | Jonny @.> | | Date | 04/17/2024 23:40 | | To | jonataslaw/get_storage @.> | | Cc | 君赏 @.>, Author @.> | | Subject | Re: [jonataslaw/get_storage] After writing, run the App again to perform the read operation, and the previously saved content disappears. (Issue #143) |

Which platform are you running? Windows? Linux? MacOS? iOS? Android? Web?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

agmaxwellh commented 5 months ago

Having the same issue on both Android and iOS devices using flutter 3.22

Lok1n8 commented 4 months ago

same issue

warrenrhodes commented 3 months ago

Same issue on Android and web

xweiba commented 3 months ago

Same issue on Windows

annng commented 3 months ago

did anyone find how to fix it?