Hello everyone!
I’ve been having fun this weekend implementing https://pixels2flutter.dev, a tool to convert a screenshot to a working Flutter app.
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. If the screenshot contains images, the tool tries to replicate them using DALL-E.
You can find the source code here: https://github.com/davidmigloz/pixels2flutter
Try it out and let me know what you manage to generate!
PS: I got the idea from tldraw/make-real and abi/screenshot-to-code projects. So all credit to them 🙌