BowlerPlate

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:

  1. Navigate into your project directory:

    cd my_app_name
  2. Install dependencies:

    flutter pub get
  3. Run the app:

    flutter run

For backend setup, refer to the Backend section.

On this page