listview_utils_plus 0.0.3 copy "listview_utils_plus: ^0.0.3" to clipboard
listview_utils_plus: ^0.0.3 copied to clipboard

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_plus

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

dependencies:
  listview_utils_plus: ^0.0.3

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_plus/listview_utils_plus.dart';
5
likes
160
pub points
64%
popularity

Publisher

verified publishercsaba.page

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on listview_utils_plus