Streams
Learn how to create and work with Dart streams and why streams are important in the BLoC architecture.
We'll cover the following
The BLoC architecture
The BLoC architecture is a highly effective and efficient design pattern. It uses Dart streams, which make it easy to test and follow. The way it works is first, the UI widgets send events to the BLoC. Then, the BLoC responds with streams that the UI widgets can listen to.
Get hands-on with 1200+ tech skills courses.