BlocBuilder is a Flutter widget which requires a bloc and a builder function . BlocBuilder handles building the widget in response to new states. BlocBuilder is very similar to StreamBuilder but has a more simple API to reduce the amount of boilerplate code needed.
Read more