What is a stream provider?

StreamProvider provides, well, Streamed values . Like FutureProvider, provided values will be auto-magically passed the new values of the provided value as they come in. The major difference is that the values will trigger a re-build as many times as it needs to.

Read more