feature_folder_cli_plus 2.0.2 copy "feature_folder_cli_plus: ^2.0.2" to clipboard
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.

example/README.md

Folder Structure Example #

The folder structure generated by the CLI is as follows:

feature/
┣ domain/
┃ ┣ models/
┃ ┣ repository/
┃ ┣ services/
┃ ┗ index.dart
┣ screens/
┃ ┣ feature_screen.dart
┃ ┗ index.dart
┣ widgets/
┃ ┣ feature_component.dart
┃ ┗ index.dart
┣ providers/
┃ ┣ feature_provider.dart
┃ ┗ index.dart
┗ index.dart
4
likes
150
points
121
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful CLI tool that generates clean folder structures following the feature-first architecture pattern. Supports BLoC, Cubit, Provider & GetX.

Repository (GitHub)
View/report issues

Topics

#cli #flutter #bloc #architecture #code-generator

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

ansicolor, args, path

More

Packages that depend on feature_folder_cli_plus