Home > Software engineering >  Trying to debug in flutter I go error from obx how to fix it
Trying to debug in flutter I go error from obx how to fix it

Time:08-11

I have a code which can be seen enter image description here

CodePudding user response:

Try to wrap the Scaffold into Obx if you need to update the state on whole widget tree or the ListTile to Update the specific widget.

  • Related