super_sliver_list 0.4.1 copy "super_sliver_list: ^0.4.1" to clipboard
super_sliver_list: ^0.4.1 copied to clipboard

Drop-in replacement for SliverList and ListView that can handle large lists with variable extents and jump/animate to specific items.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add super_sliver_list

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

dependencies:
  super_sliver_list: ^0.4.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:super_sliver_list/super_sliver_list.dart';
105
likes
140
pub points
92%
popularity

Publisher

verified publishernativeshell.dev

Drop-in replacement for SliverList and ListView that can handle large lists with variable extents and jump/animate to specific items.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, logging

More

Packages that depend on super_sliver_list