File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.0 - Jun 21, 2021
2+
3+ * Rename ` FlatMapPolicy ` to ` FlattenStrategy ` .
4+ * Fix ` LoaderBloc.refresh() ` does not complete.
5+
16## 1.2.1 - Jun 17, 2021
27
38* Change ` dispose ` from a field to a function.
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ packages:
435435 path: ".."
436436 relative: true
437437 source: path
438- version: "1.2.1 "
438+ version: "1.3.0 "
439439 stream_transform:
440440 dependency: transitive
441441 description:
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ extension _FlatMapWithStrategy<T> on Stream<T> {
4646
4747/// BLoC that handles loading and refreshing data
4848class LoaderBloc <Content extends Object > {
49- static const _tag = '« stream_loader » ' ;
49+ static const _tag = '💧 stream_loader💧 ' ;
5050
5151 /// View state stream
5252 final DistinctValueStream <LoaderState <Content >> state$;
Original file line number Diff line number Diff line change 11name : stream_loader
22description : A flutter plugin for loading content asynchronously with Dart stream. RxDart loader bloc.
3- version : 1.2.1
3+ version : 1.3.0
44homepage : https://github.com/hoc081098/stream_loader.git
55repository : https://github.com/hoc081098/stream_loader.git
66issue_tracker : https://github.com/hoc081098/stream_loader/issues
You can’t perform that action at this time.
0 commit comments