lazy_refreshing_listview 1.0.0 copy "lazy_refreshing_listview: ^1.0.0" to clipboard
lazy_refreshing_listview: ^1.0.0 copied to clipboard

A flutter package to handle listview with refresh, and lazy scrolling smartly

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lazy_refreshing_listview

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

dependencies:
  lazy_refreshing_listview: ^1.0.0

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:lazy_refreshing_listview/lazy_refreshing_listview.dart';
0
likes
150
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package to handle listview with refresh, and lazy scrolling smartly

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, pull_to_refresh_flutter3

More

Packages that depend on lazy_refreshing_listview