-
What is recommended layout for this my scenario. It would be great with some kind of builder because there can be many children. In version 0.4.1 I used countBuilder with itemBuilder and staggeredTile…
-
> Quilted
> - Quilted Grid Layout
>
> This layout emphasizes certain items over others in a collection. It creates hierarchy using varied container sizes and ratios.
>
> This is a specific…
-
We should consider adding a sliver wrap widget. This widget would function like the Wrap widget, but support scrolling.
SliverGrid currently relies on users specifying a fixed cross axis count, or …
-
Hi, thanks for a nice library.
it is really easy to use and makes my code very clean and short.
however I find it quite laggy during acroll for both side for records around 1000 and columns around 2…
-
Thanks for this library which is awesome!
However after 0.4.1, the new options do not work for one scenario:
if we need to render arbitrary aspect ratio cards, and emphasize the first one as double …
-
ListView is very very common in examples, but for a lot of scrolling effects, hey are more easily and performantly achieved with a CustomScrollView.
In general, a lot of users start with a ListView…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
kaboc updated
9 months ago
-
When using multiple SliverMasonryGrid in a CustomScrollView to draw a grid with different crossAxisCount, the scroll position is reset when scrolling the first SliverMasonryGrid.
This was not an is…
-
I am referencing back to an issue previously raised as I think there was misunderstanding as to the issue:
(https://github.com/flutter/flutter/issues/100987)
All steps to reporoduce are on that link…
-
I tested this on more than 5 Devices (iPad 6. gen, iPhone 5s, iPhone 6, iPhone 7, Pixel 2 XL, an Android Tablet) and the App is crashing after i scroll/swipe once down my gallery-list.
For reproduc…