Skip to content

1.2.1 - Jun 17, 2021

Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 17 Jun 09:36
· 25 commits to master since this release
efd759c

https://pub.dev/packages/stream_loader/versions/1.2.1

  • Change dispose from a field to a function.
  • Add FlatMapPolicy allow changing flatMap behavior of loaderFunction and refresherFunction.
    LoaderBloc(
      ...,
      loaderFlatMapPolicy: FlatMapPolicy.concat, // asyncExpand
      refreshFlatMapPolicy: FlatMapPolicy.latest, // switchMap
    );