riverpod_infinite_scroll_page 0.0.8 copy "riverpod_infinite_scroll_page: ^0.0.8" to clipboard
riverpod_infinite_scroll_page: ^0.0.8 copied to clipboard

This project is a sample Flutter application demonstrating infinite scrolling pagination using Riverpod for state management. It builds on the infinite_scroll_pagination package and includes optimizat [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add riverpod_infinite_scroll_page

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  riverpod_infinite_scroll_page: ^0.0.8

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:riverpod_infinite_scroll_page/riverpod_infinite_scroll_page.dart';
1
likes
140
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

This project is a sample Flutter application demonstrating infinite scrolling pagination using Riverpod for state management. It builds on the infinite_scroll_pagination package and includes optimizations to avoid unnecessary rebuilds. Specifically, it prevents the entire list from being rebuilt when only specific items need updating, resulting in improved performance for large lists.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_riverpod, flutter_staggered_grid_view, sliver_tools, tuple

More

Packages that depend on riverpod_infinite_scroll_page