2 comments found.
use Stateless or ConsumerWidget ?
Hi,
We’re using GetX for controller-based architecture and navigation, and while we currently do not use `Obx` or reactive state in all screens, we intentionally keep them as `StatefulWidget` to allow future scalability and controller lifecycle handling.
Thank you.
GLWS
Thank you 