Question 7 of 10Pro Only
What is the BLoC pattern in Flutter, and how does it use streams to separate business logic from the presentation layer?
Sample answer preview
BLoC stands for Business Logic Component, and it is an architectural pattern created at Google specifically for Flutter and Dart. It enforces a strict separation between business logic and the UI layer by using Dart streams as the communication mechanism.
BLoCstreamseventsstatesBlocBuilderBlocListener