Consider: https://flet.dev/ + https://coconut-lang.org/ TL;RD; Functional Python on top of Flutter From https://github.com/flet-dev/flet : " Deliver to any device Deploy Flet app as a web app and view it in a browser. Package it as a standalone desktop app for Windows, macOS and Linux. Install it on mobile as PWA or view via Flet app for iOS and Android." From https://coconut.readthedocs.io/en/latest/HELP.html : "Spe…
Is there a state management solution in there? I looked at the Todo app and it looked like manual change propagation.