Hello everyone!<p>I’ve been having fun this weekend implementing <a href="https://pixels2flutter.dev" rel="nofollow noreferrer">https://pixels2flutter.dev</a>, a tool to convert a screenshot to a working Flutter app.<p>It uses OpenAI GPT-4V(ision) to interpret the screenshot and generate the Flutter code. It then loads the code into DartPad, so you can play with it right from the browser.<p>If the screenshot contains images, the tool tries to replicate them using DALL-E.<p>You can find the source code here: <a href="https://github.com/davidmigloz/pixels2flutter">https://github.com/davidmigloz/pixels2flutter</a><p>Try it out and let me know what you manage to generate!<p>PS: I got the idea from tldraw/make-real and abi/screenshot-to-code projects. So all credit to them.