Comment by xiaohanyu
9 hours ago
Is this build on top of flutter?
And for web, does it generate plain HTML/CSS, the DOM tree, or just generate everything in a canvas?
9 hours ago
Is this build on top of flutter?
And for web, does it generate plain HTML/CSS, the DOM tree, or just generate everything in a canvas?
It uses Flutter for UI and native services, but there's a full Python interpreter there.
I think it does mostly canvas, but that could just be due to my selected option back when I tried web with it (couple years ago).