examples
examples copied to clipboard
any apps that have any kind of desktop data persistence?
I just tested the to-do app. https://replit.com/join/qhjhrfdrqe-dennisgg Ran it. Downloaded it to desktop entered data closed the app reopened the app all of the data entered was gone
Do you have an example of any kind of data persistence between sessions on the desktop?
thank you
Hello,
It would also be great to implement web client storage to store the list of task of the Todo list (https://github.com/flet-dev/examples/blob/main/python/apps/todo/todo.py) on the client web browser and reload it at reconnection of the user terminal.
Greetings