examples icon indicating copy to clipboard operation
examples copied to clipboard

any apps that have any kind of desktop data persistence?

Open pleabargain opened this issue 2 years ago • 1 comments

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

pleabargain avatar Jan 21 '23 10:01 pleabargain

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

Armag67 avatar Jan 30 '23 20:01 Armag67