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.
The text was updated successfully, but these errors were encountered:
Discussed in #873
Originally posted by taosimple April 19, 2024
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
.The text was updated successfully, but these errors were encountered: