loadmore_data 0.0.2
loadmore_data: ^0.0.2 copied to clipboard
loadmore_data is a flutter package that can handel infinity scroll pagination
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add loadmore_data
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
loadmore_data: ^0.0.2
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:loadmore_data/loadmore_data.dart';