Skip to content

GetX

stackchain:
state_management: getx
presentation/controllers/
<feature>_controller.dart
bindings/
<feature>_binding.dart
  • Controllers + bindings + optional GetX routing/DI in one ecosystem
  • Preset: getx_mvc

If routing / di are omitted while state is getx, both default to getx.

Generates controllers and bindings; with GetX routing/DI, sync updates match GetX patterns.