FLAST (Kaesa Flutter Starter Kit Generator)

Generate Kaesa Flutter Starter Kit quickly with a single command. Cross-platform: Windows (Git Bash / PowerShell / CMD), macOS, and Linux.


πŸ“¦ Requirements

You need to have these installed:

  • Git β†’ required for git clone inside flast
  • Mason β†’ required for templating

Install Mason if you don’t have it yet:

dart pub global activate mason_cli

Check version:

mason --version

πŸš€ Installation

Activate flast globally:

dart pub global activate flast

Check version:

flast --version

Show help:

flast --help

πŸ› οΈ Usage

Create a new Flutter starter kit project:

flast create

πŸ’‘ Aliases (Optional for Git Bash on Windows)

If mason or flast cannot be called directly in Git Bash, add these to ~/.bashrc:

alias mason="/c/Users/<username>/AppData/Local/Pub/Cache/bin/mason.bat"
alias flast="/c/Users/<username>/AppData/Local/Pub/Cache/bin/flast.bat"

Replace <username> with your Windows username. Or just use PowerShell / CMD directly.


πŸ“– Example Workflow

# Check tools
git --version
mason --version
flast --version

# See all available options
flast --help

# Create a new project
flast create