clean_frame 1.0.0 copy "clean_frame: ^1.0.0" to clipboard
clean_frame: ^1.0.0 copied to clipboard

A CLI tool to scaffold Flutter projects with Clean Architecture and Riverpod dependency injection. Generates a fully named, ready-to-run project from a versioned GitHub template.

clean_frame #

A CLI tool to scaffold Flutter projects with Clean Architecture and Riverpod DI.

Installation #

dart pub global activate clean_frame

Usage #

clean_frame -n my_app
clean_frame -n my_app -o com.yourcompany
clean_frame -n my_app -v v1.0.0
clean_frame -l

Flags #

Flag Description
-n, --name App name in snake_case (required)
-o, --org Organisation prefix (default: com.example)
-v, --version Template version/branch (default: latest)
-l, --list List available template versions
-h, --help Show help

Template #

clean-architecture-starter-kit

1
likes
150
points
43
downloads

Documentation

API reference

Publisher

verified publisherkaungmratthu.info

Weekly Downloads

A CLI tool to scaffold Flutter projects with Clean Architecture and Riverpod dependency injection. Generates a fully named, ready-to-run project from a versioned GitHub template.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, args, http, path

More

Packages that depend on clean_frame