-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After writing, run the App again to perform the read operation, and the previously saved content disappears. #143
Comments
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? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: