You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I have found a problem. You may catch it if you use SliverQuiltedGridDelegate's crossAxisCount with value 2 and one QuiltedGridTile(2, 2).
The reason is in wrong division - getMinChildIndexForScrollOffset. It may be fixed with division by pattern.mainAxisCellCount like in getMaxChildIndexForScrollOffset. Please correct me if I’m wrong.
getMinChildIndexForScrollOffset.mp4
The text was updated successfully, but these errors were encountered:
Hello!
I have found a problem. You may catch it if you use SliverQuiltedGridDelegate's crossAxisCount with value 2 and one QuiltedGridTile(2, 2).
The reason is in wrong division - getMinChildIndexForScrollOffset. It may be fixed with division by pattern.mainAxisCellCount like in getMaxChildIndexForScrollOffset. Please correct me if I’m wrong.
getMinChildIndexForScrollOffset.mp4
The text was updated successfully, but these errors were encountered: