known_extents_list_view_builder 1.0.2 copy "known_extents_list_view_builder: ^1.0.2" to clipboard
known_extents_list_view_builder: ^1.0.2 copied to clipboard

outdated

A modification of Flutter's ListView and ReorderableListView that fixes performance problem for long lists with variable but known item extents.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add known_extents_list_view_builder

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

dependencies:
  known_extents_list_view_builder: ^1.0.2

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:known_extents_list_view_builder/known_extents_list_view_builder.dart';
12
likes
0
pub points
64%
popularity

Publisher

unverified uploader

A modification of Flutter's ListView and ReorderableListView that fixes performance problem for long lists with variable but known item extents.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on known_extents_list_view_builder