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
Above codes use context.select will throw a exception: Tried to use context.select outside of the build method of a widget., but use context.watch is fine, why context.select is not allowed, it more efficient than context.watch.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Above codes use
context.select
will throw a exception: Tried to usecontext.select
outside of thebuild
method of a widget., but usecontext.watch
is fine, whycontext.select
is not allowed, it more efficient thancontext.watch
.Beta Was this translation helpful? Give feedback.
All reactions