zuq_cli 1.0.4 copy "zuq_cli: ^1.0.4" to clipboard
zuq_cli: ^1.0.4 copied to clipboard

A command-line interface to scaffold, extend, and audit Flutter Clean Architecture projects.

1.0.4 #

  • Split feature domain model into a pure domain entity and a serialization-aware model in the data layer.
  • Added abstract repository interface to domain, repository implementation to data, and usecase execution to domain for clean architecture layout.
  • Added interactive prompts for option flags (--state, --router, and --preset) during project creation if they are not supplied.

1.0.3 #

  • Moved the template HomeScreen from lib/presentation/home_screen.dart directly into main.dart with a warning comment.
  • Removed the top-level presentation directory from the scaffold project to keep lib aligned with core directories (core, features, shared).
  • Updated the router module template to import HomeScreen from main.dart.

1.0.2 #

  • Resolved path issues for global activation by dynamically tracking the package root from the library entry point.
  • Kept the templates folder at the root of the project to prevent package compilation and static analysis issues.

1.0.1 #

  • Mapped global executable to zuq.
  • Added usage example.

1.0.0 #

  • Initial version.
1
likes
160
points
179
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A command-line interface to scaffold, extend, and audit Flutter Clean Architecture projects.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, mason, mason_logger, path, yaml, yaml_edit

More

Packages that depend on zuq_cli