anchored_list 0.1.1
anchored_list: ^0.1.1 copied to clipboard
Jump to any index in a lazy list in constant time, and hold your place when items arrive above it. One viewport anchored at the target, not two lists cross-fading.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add anchored_listThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
anchored_list: ^0.1.1Alternatively, 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:anchored_list/anchored_list.dart';