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

outdated

A modification of basic Flutter widgets and other classes that fixes performance problem for long lists with variable (but knowable) item extents by allowing the user to pass in 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.0

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 basic Flutter widgets and other classes that fixes performance problem for long lists with variable (but knowable) item extents by allowing the user to pass in known item extents.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on known_extents_list_view_builder