Launch Now

Let's get your idea in front of users FAST!

We're building a beautiful app with a proven registration flow to collect all the data you need to follow up and learn.

  1. If you haven't already, clone the repo and run the app locally. See the Get Started tutorial.
  1. Make sure you are in the root project directory. Rename the folder to your idea name. Anytime you want to change the idea, just rename this folder and make changes to home_screen.dart. You will see some errors in the screens/registration folder and router.dart. This is because you need to change the name of the path to the home screen, since you just changed it. If you don't want to do this, you could alternatively just rename the idea folder by right clicking it, renaming it, and then when VS Code asks if you want to reformat your code, click yes.
terminal
mv lib/screens/idea lib/screens/[YOUR_IDEA_NAME]

🚨🚨 DONT STOP 🚨🚨

The app will not work if you stop now. Please continue!

Was this page helpful?