Skip to content

Releases: K9i-0/riverpod_paging_utils

0.2.0

21 May 08:53
0.2.0
0366350
Compare
Choose a tag to compare

Features

  • Added PagingHelperViewTheme: Introduced a new ThemeExtension to enable highly customizable styling for the PagingHelperView widget. Developers can now easily tailor the loading, error, and end-of-list views to match their application's design.
ThemeData(
  extensions: [
    PagingHelperViewTheme(
      loadingViewBuilder: (context) => CircularProgressIndicator(),
      // ... other customizations
    ),
  ],
  // ... rest of your theme
)

0.1.0

21 May 08:53
0.1.0
26849c5
Compare
Choose a tag to compare
  • Initial version.