MVC
stackchain: architecture: mvc state_management: getx routing: getx di: getxOr use the preset:
stackchain: preset: getx_mvcFolder structure
Section titled “Folder structure”lib/features/<name>/ models/ controllers/ views/ widgets/ bindings/ # when GetX- Minimal ceremony with GetX
- Fast iteration for small/medium apps
- Controllers can accumulate god-object logic without discipline
- Harder to enforce domain purity than clean/feature_first
When to choose
Section titled “When to choose”GetX-centric codebases and rapid delivery teams comfortable with MVC.
Generated output
Section titled “Generated output”Model, controller, binding (GetX), page, header widget — with other state variants as configured.