Relative Content

Tag Archive for flutterflutter-getx

Getx: Can RxMap be used with Obx?

I’d like to make a map observable in my controller. But when I wrap the widget that’s using the observable map with Obx(), I get the runtime error that says “[Get] the improper use of a GetX has been detected. You should only use GetX or Obx for the specific widget that will be updated.”