Skip to content

Releases: felangel/bloc

bloc-v0.7.3

09 Feb 05:45
Compare
Choose a tag to compare

Minor Updates to Documentation

angular_bloc-v0.2.2

09 Feb 05:46
Compare
Choose a tag to compare

Additional Minor Updates to Documentation

bloc-v0.7.2

09 Feb 05:45
Compare
Choose a tag to compare

Transition Fix

  • Bloc with mapEventToState which returns multiple states per event will now correctly report the Transitions.

bloc-v0.7.1

09 Feb 05:44
Compare
Choose a tag to compare

Improvements to Bloc usage in pure Dart applications.

  • Bloc state is seeded with initialState automatically

flutter_bloc-v0.4.1

09 Feb 05:34
Compare
Choose a tag to compare

Minor Updates to Documentation

flutter_bloc-v0.4.0

09 Feb 05:34
Compare
Choose a tag to compare

Updated to bloc: ^0.7.0

bloc-v0.7.0

09 Feb 05:43
Compare
Choose a tag to compare

Added BlocSupervisor and BlocDelegate.

  • BlocSupervisor notifies BlocDelegate of Transitions
  • BlocDelegate exposes onTransition which is invoked for all Bloc Transitions.

angular_bloc-v0.2.1

09 Feb 05:47
Compare
Choose a tag to compare

Minor Updates to Documentation

angular_bloc-v0.2.0

09 Feb 05:47
Compare
Choose a tag to compare

Updated to bloc: ^0.7.0

flutter_bloc-v0.3.1

09 Feb 05:35
Compare
Choose a tag to compare

Minor Updates to Documentation