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
README and context.read Dartdocs state the following:
It's worth noting that context.read() won't make a widget rebuild when the value changes and it cannot be called inside StatelessWidget.build/State.build. On the other hand, it can be freely called outside of these methods.
I bolded out the part I don't like. This is not true. Is it about good practices? It should be pointed out as such then, not that it cannot be called, because it can
The text was updated successfully, but these errors were encountered:
README and
context.read
Dartdocs state the following:I bolded out the part I don't like. This is not true. Is it about good practices? It should be pointed out as such then, not that it cannot be called, because it can
The text was updated successfully, but these errors were encountered: