Skip to content

Releases: felangel/bloc

bloc-v0.7.5

09 Feb 05:45
Compare
Choose a tag to compare

Exposed currentState in Bloc

  • Updates to Documentation.

flutter_bloc-v0.4.8

09 Feb 05:33
Compare
Choose a tag to compare

Additional BlocProvider performance improvements

flutter_bloc-v0.4.7

09 Feb 05:33
Compare
Choose a tag to compare

Minor Updates to Documentation and Examples

bloc-v0.7.4

09 Feb 05:45
Compare
Choose a tag to compare

Updated mapEventToState parameter name

  • Stream<S> mapEventToState(S state, E event) -> Stream<S> mapEventToState(S currentState, E event)
  • Updates to Documentation.
  • Updates to Example.

angular_bloc-v0.2.3

09 Feb 05:46
Compare
Choose a tag to compare

Updates to Documentation and Examples

flutter_bloc-v0.4.6

09 Feb 05:33
Compare
Choose a tag to compare

Bug Fixes

  • Fixed bug where BlocBuilder would return initial state instead of the latest state

flutter_bloc-v0.4.5

09 Feb 05:33
Compare
Choose a tag to compare

Additional Minor Updates to Documentation

flutter_bloc-v0.4.4

09 Feb 05:34
Compare
Choose a tag to compare

Minor updates to documentation and improved error reporting in BlocProvider

flutter_bloc-v0.4.3

09 Feb 05:34
Compare
Choose a tag to compare

BlocBuilder performance improvements

bloc-v0.7.3

09 Feb 05:45
Compare
Choose a tag to compare

Minor Updates to Documentation