listview_utils 0.2.7 copy "listview_utils: ^0.2.7" to clipboard
listview_utils: ^0.2.7 copied to clipboard

discontinued

Infinite scrolling list view with multiple data source mode support using adapters. Also supports header, footer widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add listview_utils

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

dependencies:
  listview_utils: ^0.2.7

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:listview_utils/listview_utils.dart';
38
likes
40
points
56
downloads

Publisher

verified publisherthemisir.com

Weekly Downloads

Infinite scrolling list view with multiple data source mode support using adapters. Also supports header, footer widgets.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on listview_utils