rx_bloc_list 3.2.0-dev.1 copy "rx_bloc_list: ^3.2.0-dev.1" to clipboard
rx_bloc_list: ^3.2.0-dev.1 copied to clipboard

The rx_bloc_list package facilitates implementing infinity scroll and pull-to-refresh features with minimal setup. This package is meant to be used along with RxBloc ecosystem.

[3.2.0-dev.1] - May 18, 2022 #

  • Added Identifiable interface for handling inter-feature communication
  • Added List<T extends Identifiable> extensions: ids, containsIdentifiable, removeIdentifiable, mergeWith
  • Added Stream<T extends Identifiable> extensions: withLatestFromIdentifiableList

[3.1.0] - September 24, 2021 #

  • Support Flutter 2.5
  • Updated rxdart to use version 0.27.2
  • Updated flutter_rx_bloc to use version 4.0.0
  • Updated rx_bloc to use version 3.2.0

[3.0.2] - September 17, 2021 #

  • Call onBottomScrolled only if the [enableOnBottomScrolledCallback] is set to true and the fetched items are less than the total count.

[3.0.1] - July 21, 2021 #

  • PaginatedList.reset(hard: true) now triggers RxPaginatedBuilder.buildLoading

[3.0.0] - May 21, 2021 #

  • Support Flutter 2.2
  • Update rxdart to use version 0.27.0

[2.0.0] - March 25, 2021 #

  • BREAKING - removed the builder method in favour of buildSuccess, buildError and buildLoading methods
  • feat! - added an optional param hard to the PaginatedList.reset() method

[1.0.1] - March 23, 2021 #

  • Documentation fixes

[1.0.0] - March 23, 2021 #

  • Initial release
13
likes
0
pub points
72%
popularity

Publisher

verified publisherprimeholding.com

The rx_bloc_list package facilitates implementing infinity scroll and pull-to-refresh features with minimal setup. This package is meant to be used along with RxBloc ecosystem.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, flutter_rx_bloc, rx_bloc, rxdart

More

Packages that depend on rx_bloc_list