list_bloc 3.1.3 copy "list_bloc: ^3.1.3" to clipboard
list_bloc: ^3.1.3 copied to clipboard

A BLoC library for loading data from an api end-point with filtering and pagination.

3.1.3 #

  • REFACTOR: re-generated files. (171bbbc7)

3.1.2 #

  • REFACTOR: allow passing filter with update method. (e2d1e081)

3.1.1 #

  • REFACTOR: added replaceLocally function. (144dfa8f)
  • REFACTOR: AddLocally function. (6fda4b62)
  • REFACTOR: Added removeLocally function. (02febba4)

[3.1.0] - 21 Apr 2022 #

  • Dependencies upgrades

[3.0.5] - 16 Apr 2022 #

  • Allow direct state update via update() method

[3.0.4] - 23 Mar 2022 #

  • Bugfix: empty state not always emitting
  • Re-through exception in load

[3.0.0] - 23 Mar 2022 #

  • Removed ContinuousListCubit
  • ListCubit is back with load for re-loading and append for loading more
  • Logic fixes for the DataCubit

[3.0.0-dev1] - 22 Mar 2022 #

This is work in progress - many breaking changes!

  • [BREAKING]: refactored from bloc to cubit
  • [BREAKING]: refactored equatable to freezed
  • [BREAKING]: separated ListCubit and ContinuousListCubit

[2.0.3] - 5 Apr 2021 #

  • Use equatable as filter base

[2.0.2] - 3 Apr 2021 #

  • fixed division by zero bug
  • experimental support for infinite pages

[2.0.1] - 02 Apr 2021 #

  • Null safety fixes

[2.0.0] - 02 Apr 2021 #

  • Null safety

[1.0.2] - 02 Aug 2020 #

  • Upgrade to bloc 6.0.1

[1.0.1] - 24 Jul 2020 #

  • Upgrade to bloc 5.0.1

[1.0.0] - 20 Jul 2020 #

  • First version used in production

0.0.5 #

  • reuse state filter if no filter is supplied with DataLoad event

0.0.4 #

  • Use built_value for the filters

0.0.3 #

  • Initial README

0.0.1 #

  • Initial version
2
likes
110
pub points
61%
popularity

Publisher

verified publisherapexive.com

A BLoC library for loading data from an api end-point with filtering and pagination.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc, freezed_annotation

More

Packages that depend on list_bloc