Romain Rastel
Romain Rastel
What?
I'm not sure the cacheExtent is the solution. For me addAutomaticKeepAlive should do. I want to improve this package but I'm stucked with the dynamic resizing. It's very hard to...
Can you test with the latest 0.5.0 preview? https://pub.dev/packages/flutter_staggered_grid_view/versions/0.5.0-dev.1
Can you test with the latest 0.5.0 preview? https://pub.dev/packages/flutter_staggered_grid_view/versions/0.5.0-dev.1
This comment does not help. The package has been rewritten and the performance issues has been resolved for what I can tell. @vantrung8794 I suggest you to try the latest...
Have you some code I could just copy/paste and run to see where the issue comes from?
Can you provide some code I could just copy/paste and run to test?
Sorry, but I'm not sure to follow. Can you make images of what you would want to achieve?
Hi The pattern ```dart pattern: [ const QuiltedGridTile(1, 1), const QuiltedGridTile(1, 1), const QuiltedGridTile(2, 2), ] ``` cannot fit into 3 columns, that's why there is an error. I should...
This is probably because the tiles needs have a dynamic height and need to be kept alive. You may be need to use AutomaticKeepAliveClientMixin then.