flast 0.0.5
flast: ^0.0.5 copied to clipboard
CLI Kaesa Flutter Starter Kit generator
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:
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