Skip to content

bloc-v0.16.0

Compare
Choose a tag to compare
@felangel felangel released this 09 Feb 04:18
· 1779 commits to master since this release
  • Bloc extends Stream<State> (#558)
    • bloc.state.listen -> bloc.listen
    • bloc.currentState -> bloc.state
  • Bloc implements Sink<Event> (#558)
    • dispatch deprecated in favor of add
    • dispose deprecated in favor of close
  • Documentation and Example Updates