[ OVERVIEW ]
Flutter Component Separator is a Visual Studio Code extension designed to streamline the organization of Flutter widget files. It automatically separates component classes into individual files, making your Flutter projects more modular and easier to maintain. Key features include automatically identifying the main widget in a Flutter file, separating other widget classes into individual files in a `components` folder, and updating import statements in the main file. It supports any Flutter file structure and significantly speeds up refactoring and code organization.
[ KEY CAPABILITIES & FEATURES ]
- ▹ Automatically identifies main widget
- ▹ Separates widget classes to files
- ▹ Creates components folder
- ▹ Updates import statements
- ▹ Works with any structure