Flutter Clean Architecture feature scaffolding
IntroductionInspired by the clean architecture tutorial by reso coder, this extension will help you quickly scaffold a feature. Directory structure exampleFor example, let's take the counter feature: InstallationThis extension can be installed from the VSCode Marketplace or by searching within VSCode. New Feature Command UsageYou 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. |