Build when method #1726
Answered
by
rrousselGit
MaldonadoAndres
asked this question in
Q&A
-
Is there any way to tell my build method to only do a rebuild when certain states are issued? |
Beta Was this translation helpful? Give feedback.
Answered by
rrousselGit
Oct 4, 2022
Replies: 1 comment 12 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
MaldonadoAndres
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
ref.watch(provider.select((value) => value.someProperty))
to only rebuild whensomeProperty
changes