Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Flutter Clean FeatureNew to Visual Studio Code? Get it now.
Flutter Clean Feature

Flutter Clean Feature

Alex Mamonov

|
224 installs
| (1) | Free
Create New Clean Bloc feature for easy reusability
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS-Code flutter-clean-feature README

This extension is based on felangel BLoC extension

Directory structure example

For example, let's take the counter feature:

directory-structure

New Feature Command Usage

You can activate the command by right click on the directory in which you'd like to create the feature and select the "Create New Flutter Clean Feature" command from the context menu.

Also you can create folder .flutter_clean_feature_template with [FEATURE] subfolder in root of workspace and write your own template

directory-structure

and inside file write something like

directory-structure

supported naming cases

lowercase uppercase camelcase pascalcase capitalcase constantcase dotcase nocase pathcase sentencecase snakecase singular plural lowercasefirstchar capitalize

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft