VSCode extension for the GetX Library and provides tools for effectively creating GetXControllers, Bindings and Pages for both Flutter.
This extension can be installed from the VSCode Marketplace or by searching within VSCode.
Command | Description |
---|---|
GetX: Generate base (Install) |
Generate the GetX Pattern |
GetX: Generate files (Add page) |
Generate resource files: Controller, Page, Binding, Provider,... |
You can activate the commands by launching the command palette (View -> Command Palette) and running entering the command name.
- Generate the GetX Pattern.
- Generate resource files: Controller, Page, Binding, Provider, ...
- Initial release of GetX Generator.