A personal VS Code extension — a growing library of productivity commands, snippets, and scaffolding tools for Flutter development with Clean Architecture and Riverpod.
Commands
Command
Description
Flutter: Generate Clean Architecture Feature
Scaffolds a new feature folder with domain, data, and presentation layers
Generate Clean Architecture Feature
Opens an input box, asks for a feature name, then generates the following structure inside lib/features/<name>/: