Open josercc opened 7 months ago
Which platform are you running? Windows? Linux? MacOS? iOS? Android? Web?
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: @.***>
Having the same issue on both Android and iOS devices using flutter 3.22
same issue
Same issue on Android and web
Same issue on Windows
did anyone find how to fix it?
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