fluttermint 0.1.1
fluttermint: ^0.1.1 copied to clipboard
A CLI tool to generate Flutter projects with pre-configured architecture and modules.
FlutterMint Examples #
Create a new project #
# Interactive wizard
fluttermint create
# Quick create with defaults
fluttermint create my_app
Add and remove modules #
fluttermint add routing
fluttermint add theming
fluttermint remove toast
fluttermint status
Generate a screen #
# Basic screen
fluttermint screen profile
# Screen with route parameters
fluttermint screen product --param id:String --param category:String
Manage platforms #
fluttermint platform add web macos
Run and build #
fluttermint run
fluttermint build
Configure CI/CD #
fluttermint config cicd
Configure flavors #
fluttermint config flavors