anchored_list 0.1.1 copy "anchored_list: ^0.1.1" to clipboard
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_list

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

dependencies:
  anchored_list: ^0.1.1

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:anchored_list/anchored_list.dart';
0
likes
160
points
0
downloads
screenshot

Documentation

Documentation
API reference

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

MIT (license)

Dependencies

flutter

More

Packages that depend on anchored_list