Flutter BLoC Feature Generator - VSCode ExtensionOverviewThe Flutter BLoC Feature Generator is a VSCode extension designed for Flutter developers who use the BLoC state management pattern. This extension automates the creation of a structured folder and file setup for new features in your Flutter projects, following a feature-based architecture. When you right-click on a folder in your project, this extension allows you to generate a new feature by simply entering the feature name. It will create a folder structure with the following sub-folders and files:
The generated files will have basic boilerplate code, with the feature name used as a prefix for class names and filenames. Features
InstallationFlutter BLoC Feature Generator can be installed from the VSCode Marketplace or by searching within VSCode. Usage
ContributingContributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request. |