Intermediate Flutter
Q44 / 100

What does BLoC stand for in Flutter?

Correct! Well done.

Incorrect.

The correct answer is B) Business Logic Component

B

Correct Answer

Business Logic Component

Explanation

BLoC (Business Logic Component) is an architectural pattern that separates business logic from the UI. It uses Streams for inputs (events) and outputs (states), making the UI reactive and highly testable.

Progress
44/100