super_sliver_list 0.0.4 super_sliver_list: ^0.0.4 copied to clipboard
Drop-in replacement for SliverList that can handle arbitrary number of items with variable extents.
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.0.4
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';