🚀 A VS Code extension for generating BLoC folder structures in any Flutter project.
This tool simplifies BLoC setup by creating a structured folder for managing state efficiently.
Features
🏗️ Generates BLoC folder structure automatically.
📂 Supports all BLoC architectures in Flutter.
⚡ Improves development speed by reducing manual setup.
✅ Easily accessible via context menu in the Explorer.
Installation
Open VS Code.
Go to Extensions (Ctrl + Shift + X).
Search for "Flutter Bloc Generator (Daya Tadbir)".
Click Install.
Usage
Right-click on the folder where you want to create a new BLoC.
Select "Flutter Bloc Generator (Daya Tadbir)" from the menu.
The extension will generate the necessary BLoC files automatically.
Requirements
Flutter & Dart installed.
BLoC package added to your Flutter project.
Contribution
Contributions are welcome! Feel free to report issues or suggest improvements. 🎉