Flutter Lib Manage is a Visual Studio Code extension that simplifies the creation of new Flutter projects. It automatically generates a project structure with the necessary files and folders within the 'lib' directory, following a unified MVC pattern.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Flutter Lib Manage is a Visual Studio Code extension designed to simplify the creation of new Flutter projects. It automatically generates a project structure with the necessary files and folders within the lib directory, following a unified MVC pattern. This saves you time and effort by providing a well-organized structure for your Flutter projects.
How to use
Full structure
Create a specific structure
Create dart file
Features
Automatically creates a Flutter project structure with essential files and folders.
Supports creating new files within the project structure.
Provides a custom Tree View within VSCode to organize and manage extension options.
Approved Structure
The extension generates a standardized project structure for Flutter projects, following the MVC pattern. The approved structure includes:
bindings/: Includes setup and initialization files
controller/: Contains controllers for your application
core/
class/: Contains class definitions
constant/: Contains constant values
functions/: Contains utility functions
localization/: Contains localization files
middleware/: Contains middleware logic
services/: Contains services used in the application