stream_loader 1.1.0-beta02
stream_loader: ^1.1.0-beta02 copied to clipboard
A flutter plugin for loading content asynchronously with Dart stream.
1.1.0-beta02 Dec 17, 2020 #
- Update dependencies to latest version.
- Breaking change: changed
LoaderBloc({ bool enableLogger })toLoaderBloc({ void Function(String) logger }).
1.1.0-beta01 Oct 18, 2020 #
- Update dependencies to latest version.
LoaderBloc.state$will not replay the latest state, useLoaderBloc.state$.valuegetter instead. This is more consistent toStreamBuilder.initialDatain Flutter. This change caused by change of distinct_value_connectable_stream 1.2.0-beta01.
1.0.1 Sep 22, 2020 #
- Update dependencies.
1.0.0 Apr 29, 2020 #
- Update dependencies.
0.1.0 Jan 12, 2020 #
- Add documents.
- Add tests.
- Minor updates.
0.0.1 Jan 12, 2020 #
- Publish.