https://twitter.com/roaakdm/status/1476526804655611913
#Flutter #ValueNotifier #FlutterTip
#Flutter tip: avoid calling setState() in a long build method or all the child widgets in it will rebuild!
— Roaa π¦π (@roaakdm) December 30, 2021
The best solution would be to destructure your build method into multiple small widgets. But if you canβt do that for some case, use the #ValueNotifier widget#FlutterTip pic.twitter.com/bYhP5irNoM