You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have a printout to console informing us which call triggered a widget rebuild?
This can help us debug excessive rebuilds by not well thought out .watch calls, or otherwise
for example if I have two lines of code with .watch, maybe only one of them was inadvertently updated and triggered an entire rebuild of a widget, this would help us isolate that bug
The text was updated successfully, but these errors were encountered:
Is it possible to have a printout to console informing us which call triggered a widget rebuild?
This can help us debug excessive rebuilds by not well thought out .watch calls, or otherwise
for example if I have two lines of code with
.watch
, maybe only one of them was inadvertently updated and triggered an entire rebuild of a widget, this would help us isolate that bugThe text was updated successfully, but these errors were encountered: