Arbaan-KaizenQue/flo-example — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Flutter demo app from this starter project. The README doesn’t really describe a product yet, so keep it focused and practical. Make a polished little sync app where a user can see a list of items, add a new item, mark items as synced or pending, and refresh to simulate syncing.

It should feel like a real app, with a clean home screen, an empty state, a loading state, an offline or error message, and a simple place to show connection status. Please make it work well on mobile first, and make sure it doesn’t look broken on web or desktop.

Use the existing project structure, keep the code easy to read, and add sample data so I can run it immediately. If the env example is meant to be used, wire it up safely without adding secrets. Look up current Flutter docs online if you need to.

Want more depth? Deep Reverse