anchored_list 0.2.0 copy "anchored_list: ^0.2.0" to clipboard
anchored_list: ^0.2.0 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 Dart:

 $ dart pub add anchored_list

With Flutter:

 $ flutter pub add anchored_list

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

dependencies:
  anchored_list: ^0.2.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:anchored_list/anchored_list.dart';
1
likes
0
points
285
downloads

Documentation

Documentation

Publisher

verified publisherjumyn.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#scroll #list #sliver #scrolling #ui

License

unknown (license)

Dependencies

flutter

More

Packages that depend on anchored_list