How to "observe" a controller? #1211
gersonjaber
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I need to observe changes on a ControllerA initied on main.dart in ControllerB in other dart file.
How controller is initied, I can't use Rx controllerA = ControllerA().obs; and on init controllerA = Get.find();
Beta Was this translation helpful? Give feedback.
All reactions