skills/smithery.ai/Flutter GetX State Management

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
First Seen
Flutter GetX State Management from smithery.ai