flutter_sized_list_view 1.0.3 copy "flutter_sized_list_view: ^1.0.3" to clipboard
flutter_sized_list_view: ^1.0.3 copied to clipboard

This Flutter package offers a widget for use when the sizes of all items are known, ensuring consistent the max scroll offset and preventing unnecessary item rebuilding.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_sized_list_view

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

dependencies:
  flutter_sized_list_view: ^1.0.3

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:flutter_sized_list_view/flutter_sized_list_view.dart';
1
likes
150
points
191
downloads

Publisher

verified publisherttangkong.dev

Weekly Downloads

This Flutter package offers a widget for use when the sizes of all items are known, ensuring consistent the max scroll offset and preventing unnecessary item rebuilding.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_sized_list_view