Flutter GetX State Management

Installation
SKILL.md

GetX State Management

Priority: P0 (CRITICAL)

Reactive and lightweight state management separating business logic from UI using GetX.

Structure

lib/app/modules/home/
├── controllers/
│   └── home_controller.dart
├── bindings/
│   └── home_binding.dart
└── views/
    └── home_view.dart

Implementation Guidelines

Installs
Repository
smithery/ai
First Seen
Flutter GetX State Management — smithery/ai