clean_fold 0.0.1 copy "clean_fold: ^0.0.1" to clipboard
clean_fold: ^0.0.1 copied to clipboard

Flutter CLI to scaffold clean architecture features with BLoC, domain, infrastructure & presentation layers.

example/README.md

lib/
└── src/
    └── features/
        └── user_profile/
            ├── application/
            │   └── user_profile_bloc/
            │       ├── user_profile_bloc.dart
            │       ├── user_profile_event.dart
            │       └── user_profile_state.dart
            ├── domain/
            │   └── i_user_profile_repository.dart
            ├── infrastructure/
            │   └── user_profile_repository.dart
            └── presentation/
                ├── screens/
                └── widgets/
1
likes
130
points
75
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter CLI to scaffold clean architecture features with BLoC, domain, infrastructure & presentation layers.

Repository (GitHub)
View/report issues

Topics

#cli #flutter #clean-architecture #bloc

License

MIT (license)

Dependencies

args, mason_logger, path

More

Packages that depend on clean_fold