Fast Start with Monday Hero Starter Project

Sync faster by using the starter project.

Monday Hero provides a base project on GitHub to expedite the synchronization process. This project contains essential elements to facilitate building and preparing your app for immediate use.

Here's how to get started:

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

Optionally, you can clone the repository directly from GitHub using the following link:

https://github.com/mondayhero/flutter-starter-project
  1. Navigate to the project root directory in your terminal or command prompt and execute the following command to install the required dependencies:

flutter pub get
  1. Build and run the project using the following command:

flutter run lib/main.dart

Now you're all set and ready to utilize the developer tools built into Monday Hero!

Last updated