Streams Widgets StreamsProvider is a Flutter widget which provides a provider to its children via Provider. of<T>(context) . It is used as a dependency injection (DI) widget so that a single instance of a provider can be provided to multiple widgets within a subtree.
Read more