TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Convert a screenshot to a working Flutter app (OSS tool)

1 pointsby davidmiglozover 1 year ago
Hello everyone!<p>I’ve been having fun this weekend implementing <a href="https:&#x2F;&#x2F;pixels2flutter.dev" rel="nofollow noreferrer">https:&#x2F;&#x2F;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:&#x2F;&#x2F;github.com&#x2F;davidmigloz&#x2F;pixels2flutter">https:&#x2F;&#x2F;github.com&#x2F;davidmigloz&#x2F;pixels2flutter</a><p>Try it out and let me know what you manage to generate!<p>PS: I got the idea from tldraw&#x2F;make-real and abi&#x2F;screenshot-to-code projects. So all credit to them.

no comments

no comments