list_controller 0.1.1
list_controller: ^0.1.1 copied to clipboard
Tools for creating list controllers. Supports infinite scroll, pagination, lazy loading, sorting, filtering, synchronization, huge lists, etc. Architecture and widgets agnostic.
0.1.1 #
- feature: add Windows, Linux, and macOS platform support to demo and example applications
- chore: update package and demo app dependencies
- chore: update lint rules and adjust code to comply with them
0.1.0 #
- feature:
ErrorListStageshould be able to store the original error - fix: in
ListStatestoreisInitializedindependently ofrecords - feature:
ListStatecan be declared asconst - fix: improve
toStringimplementations
0.0.3 #
- fix: avoid simultaneous processing two or more HotList events.
0.0.2 #
- Initial release.