fetch_more 0.1.1 copy "fetch_more: ^0.1.1" to clipboard
fetch_more: ^0.1.1 copied to clipboard

discontinued
outdated

A Flutter package that helps to collect and show data inside a ListView with a limit and fetch more when user needs more data.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fetch_more

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

dependencies:
  fetch_more: ^0.1.1

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:fetch_more/fetch_more.dart';
11
likes
0
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that helps to collect and show data inside a ListView with a limit and fetch more when user needs more data.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, equatable, flutter, flutter_bloc

More

Packages that depend on fetch_more