Fast Start with Monday Hero Starter Project

Sync faster by using the starter project.

Monday Hero has a base project on GitHub to help you with the synchronizing process faster. This way, when you want to pull a change to your local project directory, we have the core elements to build your changes and make your app ready to use.

Download the code from GitHub and unzip to your desired location.

Optionally, you can clone the repository from GitHub.

https://github.com/mondayhero/flutter-starter-project

Go to project root and execute the following command in console to get the required dependencies.

flutter pub get

Build and run the project.

flutter run lib/main.dart

You're all set and ready to use the developer tools that build in Monday Hero!

Last updated