This VS Code extension allows Flutter developers to quickly scaffold a feature-driven clean architecture structure in their projects. The extension creates folders and files based on the Clean Architecture pattern, helping to maintain a modular and scalable codebase.
Preview
Features
Prompts for a feature name.
Creates a folder structure adhering to feature-driven Clean Architecture.
Available as a right-click context menu option for Dart/Flutter projects.
Generates data, domain, and presentation layers for the feature.
Folder Structure
When you right-click on a folder and select the option to generate the clean architecture structure, the following directories will be created inside the folder you right-clicked on: