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

Flutter Feature Creator

Suptle

|
47 installs
| (1) | Free
Flutter Feature Creator is a Visual Studio Code extension that simplifies the process of creating feature folder structures for your Flutter projects. With this extension, you can quickly set up organized folder structures for one or multiple features with just a few clicks.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Flutter Feature Creator

Flutter Feature Creator is a Visual Studio Code extension that simplifies the process of creating feature folder structures for your Flutter projects. With this extension, you can quickly set up organized folder structures for one or multiple features with just a few clicks.

Flutter Feature Creator Demo

Features

  • Create a complete folder structure for Flutter features with a single command
  • Support for bulk creation of multiple features at once
  • Customizable folder structure
  • Works directly from the VS Code explorer context menu

Installation

  1. Open Visual Studio Code
  2. Go to the Extensions view (Ctrl+Shift+X)
  3. Search for "Flutter Feature Creator"
  4. Click Install

Usage

  1. Right-click on your project folder in the VS Code explorer
  2. Select "New Flutter Feature" from the context menu
  3. Enter a name for your feature (or multiple names separated by commas for bulk creation)
  4. The extension will create the following folder structure under the lib directory:
lib/
└── features/
    └── <feature_name>/
        ├── data/
        ├── models/
        ├── widgets/
        ├── pages/
        ├── providers/
        └── services/

For bulk creation, separate feature names with commas:

feature1, feature2, feature3

This will create separate folder structures for each feature.

Requirements

  • Visual Studio Code 1.60.0 or higher
  • Flutter project

Extension Settings

This extension doesn't add any VS Code settings.

Known Issues

Please report any issues on the GitHub repository.

Release Notes

1.0.3

  • Organized features under a single feature folder

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This extension is licensed under the MIT License.


Enjoy creating Flutter features with ease!

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