Releases: felangel/bloc
Releases · felangel/bloc
bloc-v0.7.3
Minor Updates to Documentation
angular_bloc-v0.2.2
Additional Minor Updates to Documentation
bloc-v0.7.2
Transition
Fix
Bloc
withmapEventToState
which returns multiple states per event will now correctly report theTransitions
.
bloc-v0.7.1
Improvements to Bloc
usage in pure Dart applications.
Bloc
state is seeded withinitialState
automatically
flutter_bloc-v0.4.1
Minor Updates to Documentation
flutter_bloc-v0.4.0
Updated to bloc: ^0.7.0
bloc-v0.7.0
Added BlocSupervisor
and BlocDelegate
.
BlocSupervisor
notifiesBlocDelegate
ofTransitions
BlocDelegate
exposesonTransition
which is invoked for allBloc
Transitions
.
angular_bloc-v0.2.1
Minor Updates to Documentation
angular_bloc-v0.2.0
Updated to bloc: ^0.7.0
flutter_bloc-v0.3.1
Minor Updates to Documentation