Skip to content

Releases: K9i-0/riverpod_paging_utils

0.7.0

15 Jun 05:25
e27668e
Compare
Choose a tag to compare

What's Changed

  • Refactor!: Ensure endItemView is non-null by @K9i-0 in #29
  • refactor: class modifier by @K9i-0 in #31
  • Chore: new sample by @K9i-0 in #32

Full Changelog: 0.6.1...0.7.0

0.6.1

13 Jun 14:01
604563a
Compare
Choose a tag to compare

What's Changed

  • [Refactor]: Refactor CI by @K9i-0 in #25
  • [Improve]: add format check and code gen check by @K9i-0 in #27

Full Changelog: 0.6.0...0.6.1

0.6.0

03 Jun 13:00
aeb2371
Compare
Choose a tag to compare

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

02 Jun 12:52
bd22edb
Compare
Choose a tag to compare

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

  • @K9i-0 made their first contribution in #16

Full Changelog: 0.4.3...0.5.0

0.4.3

01 Jun 13:25
efbf6f6
Compare
Choose a tag to compare

Full Changelog: 0.4.2...0.4.3

0.4.2

01 Jun 09:44
25795e0
Compare
Choose a tag to compare
Merge pull request #10 from K9i-0/tagpr-from-0.4.1

Release for 0.4.2

0.4.1

25 May 08:15
0.4.1
27b924a
Compare
Choose a tag to compare

Miscellaneous

  • Update Readme.

0.4.0

25 May 08:12
0.4.0
92eac2a
Compare
Choose a tag to compare

Features

  • Added support for using Riverpod providers with family and keepAlive: true.

0.3.1

23 May 13:37
0.3.1
8fedc2d
Compare
Choose a tag to compare

Miscellaneous

  • Added GIFs to README

0.3.0

23 May 09:16
0.3.0
afce696
Compare
Choose a tag to compare

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.