This extension is based on felangel BLoC extension
Inspired by the clean architecture tutorial by reso coder, this extension will help you quickly scaffold a feature.
For example, let's take the counter feature:
This extension can be installed from the VSCode Marketplace or by searching within VSCode.
You can activate the command by launching the command palette (View -> Command Palette) and running "Flutter Clean Architecture: New Feature".
Or you can right click on the directory in which you'd like to create the feature and select the "New Feature" command from the context menu.