ts_paginated_list 1.1.0
ts_paginated_list: ^1.1.0 copied to clipboard
A package intended for implementing pagination in various ways in the application in the simplest way with many customizations.
1.0.0 #
- Initial release.
1.0.1 #
- Downgrade SDK to 3.0.0.
- Some small fixes.
1.0.2 #
- Readme update.
1.0.3 #
- Added index parameter to builder function.
- Comment update.
1.1.0 #
hasNextnow can be passed as a paramter toTsPaginatedListResult. Now you can control next page fetch by providing ahasNextboolean value.- Expanding the capabilities of the
TsPaginatedPageController.