feature_folder_cli_plus 2.0.2
feature_folder_cli_plus: ^2.0.2 copied to clipboard
A powerful CLI tool that generates clean folder structures following the feature-first architecture pattern. Supports BLoC, Cubit, Provider & GetX.
Changelog #
2.0.2 #
- Improved README with better documentation and examples
- Added pub.dev topics for better discoverability
2.0.0 #
Breaking Change: Removed Mason dependency entirely!
- Replaced Mason brick templating with pure Dart file generation
- No more external dependency updates needed - templates are now built-in
- Significantly faster execution (no network calls to fetch bricks)
- Zero maintenance burden - no breaking changes from Mason updates
- All features preserved: bloc, cubit, getx, provider support
- Custom path support still works with
-pflag
1.0.2 #
- Updated dependencies and SDK version.
- Enhanced project structure to use GitPath for bricks.
- Switched to Mason bricks for a more modular and customizable folder structure.
- Added option to specify a custom path within the
libfolder for generated features.
1.0.0 #
- Added support for GetX as a state management solution.
- Improved internal structure by incorporating Mason bricks.
0.0.4 #
- Introduced the ability to generate screens and widgets.
- Enabled generation of data models.
- Added functionality to create data repositories, services, and providers.