flet-dev / examples

Flet sample applications
MIT License
423 stars 172 forks source link

any apps that have any kind of desktop data persistence? #62

Open pleabargain opened 1 year ago

pleabargain commented 1 year ago

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

Armag67 commented 1 year ago

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