flutter_sized_list_view 1.0.3
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.