future_list 1.0.0 future_list: ^1.0.0 copied to clipboard
Effortlessly display paginated lists from any URL with Future List:\ Explore shimmer effects, advanced features, and seamless pagination for captivating app experiences.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add future_list
With Flutter:
$ flutter pub add future_list
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
future_list: ^1.0.0
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:future_list/future_list_builder.dart';
import 'package:future_list/shimmer_card.dart';
import 'package:future_list/util.dart';