What is BLoC and Cubit?

“BLoC is Event-Driven and Cubit not .” Track what event triggers certain states is crucial for predict and check if that matches with the expected result. BLoC: Because it is event-driven we can know what event it triggered, what’s the current state and the next one.

Read more

What is Cubit state management Flutter?

CubitListener is a Flutter widget which takes a CubitWidgetListener and an optional Cubit and invokes the listener in response to state changes in the cubit . It should be used for functionality that needs to occur once per state change such as navigation, showing a SnackBar , showing a Dialog , etc…

Read more