BLoC: One of the major difference between BLoC and Cubit is this: “BLoC is Event-Driven and Cubit not .” … Cubit: As we know, cubit is not event-driven. We call functions (like actions) to send these “states”, so we can track which state were emitted and not events because here there are not events.