Releases: K9i-0/riverpod_paging_utils
Releases · K9i-0/riverpod_paging_utils
0.6.0
What's Changed
- refactor: onRefresh callback by @K9i-0 in #21
- del!: Since we added an error UI on the second page and beyond, we will remove the error display in the Snackbar. by @K9i-0 in #23
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- UI Customization Sample by @K9i-0 in #16
- change lint package by @K9i-0 in #18
- skip unnecessary ci check by @K9i-0 in #19
- add: enableRefreshIndicator and enableErrorSnackBar to PagingHelperVi… by @K9i-0 in #20
New Contributors
Full Changelog: 0.4.3...0.5.0
0.4.2
Merge pull request #10 from K9i-0/tagpr-from-0.4.1
Release for 0.4.2
0.4.0
Features
- Added support for using Riverpod providers with family and keepAlive: true.
0.3.0
Features
- Added a screen for when an error occurs while fetching the second page and beyond.
- You can disable the new error screen by setting
showSecondPageError
to false
.
Miscellaneous
- Added an example to
example
that demonstrates the behavior when an error occurs.