Any Ideas?
# flutter
a
Any Ideas?
v
Is the build method of the stream called again?
a
yes every time i access the pade
page
v
I think the stream fires only on change, so I wouldn't call the stream in the build method. Instead in the class itself and pass it to the stream builder.
a
Ummm
2 Views