reversible_bloc library

A bloc mixin that enables to rollback states

Mixins

ReversibleBlocMixin<Event, State>
A mixin that enables a Bloc or a Cubit to revert to previous state with revert() method.