fabrik 0.1.5 copy "fabrik: ^0.1.5" to clipboard
fabrik: ^0.1.5 copied to clipboard

A CLI to generate scalable, testable, clean Flutter feature scaffolding using DDD layered architecture.

0.1.0 #

  • ๐ŸŽ‰ Initial release
  • Generate feature scaffolding with clean architecture
  • Smart output dir support (--output-dir or -o)

0.1.1 - 2025-04-15 #

โœจ Improvements #

  • Added example/main.dart to pass pub.dev "has example" check.
  • Added dartdoc comments to the main entry point for better documentation score.

๐Ÿ›  Maintenance #

  • Improved compatibility with pub.dev publishing requirements.

๐Ÿ† Result #

Achieved a perfect 160/160 pub score on pub.dev!

0.1.2 - 2025-04-15 #

๐Ÿ› Bug Fixes #

  • Fixed Feature brick not found at ../bricks/feature error when using the CLI globally.
    • ๐Ÿงฑ Brick path is now bundled inside the CLI package so it works everywhere.
    • ๐Ÿ“ฆ Updated CLI to reference bricks/feature instead of relative paths.

๐Ÿ›  Packaging #

  • Moved feature brick inside the fabrik_cli package.
  • Ensured it gets published and recognized by pub.dev.

Now you can run fabrik generate feature auth globally โ€” no more path errors!

0.1.3 - 2025-04-15 #

๐Ÿ›  Packaging Fix #

  • Ensured bricks/feature is included in the published package using the include: key in pubspec.yaml.
  • Fixed issue where the CLI couldnโ€™t find the brick (Feature brick not found at bricks/feature) when installed globally from pub.dev.
  • Removed unused assets: key since this is a pure Dart CLI, not a Flutter package.

๐Ÿงฑ You can now install Fabrik globally and use it from anywhere without missing bricks.

0.1.4 - 2025-04-15 #

๐Ÿงฑ Brick Loading Refactor #

  • Replaced path-based brick loading with .bundle loading using MasonBundle.fromUniversalBundle.
  • Feature scaffolding brick is now precompiled and loaded from:

0.1.5 - 2025-04-15 #

๐Ÿงน Internal Cleanup #

  • Removed outdated check for bricks/feature directory, since the CLI now uses a .bundle file for brick generation.

  • Simplified generator loading by fully relying on:

    MasonBundle.fromUniversalBundle
    
5
likes
0
points
26
downloads

Publisher

verified publisherfabriktool.com

Weekly Downloads

A CLI to generate scalable, testable, clean Flutter feature scaffolding using DDD layered architecture.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, mason, mason_logger

More

Packages that depend on fabrik