listview_utils_plus 0.0.2 copy "listview_utils_plus: ^0.0.2" to clipboard
listview_utils_plus: ^0.0.2 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 Dart:

 $ dart pub add listview_utils_plus

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 dart pub get):

dependencies:
  listview_utils_plus: ^0.0.2

Alternatively, your editor might support dart pub get or 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';
6
likes
0
points
178
downloads

Publisher

verified publishercsaba.page

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on listview_utils_plus