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.
- If you haven't already, clone the repo and run the app locally. See the Get Started tutorial.
Click here to learn about what makes social ideas good. It's a long read, so here's the gist of it: your idea must have utility, entertainment, and status. Focus on utility first. Lastly, there's two types of ideas: horizontal (friends) or vertical (broadcast).
- 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 thescreens/registration
folder androuter.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 theidea
folder by right clicking it, renaming it, and then when VS Code asks if you want to reformat your code, clickyes
.
terminal
mv lib/screens/idea lib/screens/[YOUR_IDEA_NAME]
Before you change your idea, the decision must be data driven. After this tutorial, outline some conditions that the idea will pass or fail. Starting to see why it's called TestFast? π
π¨π¨ DONT STOP π¨π¨
The app will not work if you stop now. Please continue!