better_infinite_list 0.0.221
better_infinite_list: ^0.0.221 copied to clipboard
A Better Infinite List For handling error and loading in much efficient way.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add better_infinite_listThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
better_infinite_list: ^0.0.221Alternatively, 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:better_infinite_list/better_infinite_list.dart';