Skip to content

1.1.0-beta01 - Oct 18, 2020

Pre-release
Pre-release
Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 18 Oct 10:11
· 45 commits to master since this release
0ec02d5
  • Update dependencies to latest version.
  • LoaderBloc.state$ will not replay the latest state, use LoaderBloc.state$.value getter instead.
    This is more consistent to StreamBuilder.initialData in Flutter.
    This change caused by change of distinct_value_connectable_stream 1.2.0-beta01.