Up and Running
2/19/2026
How to install and create a new project using the boilerplate CLI.
Before you start, make sure you have to read section prerequisite
Installation
Once your payment is done, you can clone the repository and start working on your project.
Post-Installation
After creating your project:
-
Navigate into your project directory:
cd my_app_name -
Install dependencies:
flutter pub get -
Run the app:
flutter run
For backend setup, refer to the Backend section.