An extension to easily create clean architecture folders and files for Flutter projects using GetX.
Features
- Create
core,routes,data, andmodulesstructures. - Generates
app_colors.dartwith pre-defined colors. - Multi-select capability to choose exactly what folders to create.
How to use
- Open a Flutter project.
- Press
Ctrl + Shift + P(orCmd + Shift + Pon Mac). - Search for
Flutter: Create GetX Structure. - Select the components you want to generate and press Enter.