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

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

1.0.5 #

  • Added background update checking and zuq upgrade command to simplify CLI updates.
  • Added customizable features_path config parameter to support alternative directory structures (such as lib/modules or lib/src/features) for both scaffolding and boundary doctor audits.
  • Refactored zuq init configuration detection to dynamically parse and preserve existing modules, presets, and features_path properties without overwriting them.

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
24
downloads

Documentation

API reference

Publisher

verified publishermorizuq.dev

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, pub_semver, yaml, yaml_edit

More

Packages that depend on zuq_cli