infinite_scroller 1.0.0
infinite_scroller: ^1.0.0 copied to clipboard
A high-performance, infinitely scrolling horizontal grid widget for Flutter. Features synchronized tabs, haptic feedback, controller support, and extensive customization.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add infinite_scrollerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
infinite_scroller: ^1.0.0Alternatively, 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:infinite_scroller/infinite_scroller.dart';