riverpod_infinite_scroll_page 0.0.1 copy "riverpod_infinite_scroll_page: ^0.0.1" to clipboard
riverpod_infinite_scroll_page: ^0.0.1 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 Dart:

 $ dart pub add riverpod_infinite_scroll_page

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 dart pub get):

dependencies:
  riverpod_infinite_scroll_page: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
points
25
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

License

unknown (license)

Dependencies

flutter, flutter_riverpod, flutter_staggered_grid_view, sliver_tools, tuple

More

Packages that depend on riverpod_infinite_scroll_page