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.

1.0.0 #

  • A initial version.

1.0.1 #

  • Fixed an issue where an exception occurred when the number of items was 0.

  • Fixed an issue where crossAxisExtent in SliverConstraints was 0, causing incorrect behavior.

  • Changed to re-reference item sizes through sizeBuilder when crossAxisExtent in SliverConstraints changes.

1.0.2 #

  • Fixed an issue about wrong assertion for SizedGridLayout.

1.0.3 #

  • Performance improvement by caching the process of obtaining the offset of specific scroll items in SizedGridLayout.
1
likes
150
points
38
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