-
Notifications
You must be signed in to change notification settings - Fork 455
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
Saving and retreiving a string value from client storage adds quotation marks #545
Labels
bug
Something isn't working
Milestone
Comments
Can confirm - it's a bug. Thanks for reporting! |
Fixed in the next release coming later this week. For workaround unwrap the value with
|
You're welcome. Many thanks for your quick replies. Should I close this issue then or leave it open until the next release? |
It will be closed automatically when PR is merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Saving and retreiving a string value from the client storage adds quotation marks around it.
Code example to reproduce the issue:
Describe the results you received:
3. Stop and reopen the app. There are now quotations around the text
Flet version (
pip show flet
):Operating system:
Arch Linux x86
Additional environment details:
I am using a
venv
with these requirements installed:flet
py-staticmaps[cairo]
The text was updated successfully, but these errors were encountered: