fluttermint 0.1.1 copy "fluttermint: ^0.1.1" to clipboard
fluttermint: ^0.1.1 copied to clipboard

A CLI tool to generate Flutter projects with pre-configured architecture and modules.

example/example.md

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
0
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool to generate Flutter projects with pre-configured architecture and modules.

Repository (GitHub)
View/report issues

Topics

#cli #flutter #code-generation #project-template #developer-tools

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

args, path, yaml

More

Packages that depend on fluttermint