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
pub points
71%
popularity

Publisher

verified publisherthemisir.com

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on listview_utils