Open zhangzhaojun opened 2 years ago
Hi, what do you by "on demand"? As in infinite scrolling?
If it's the case, you'll need to use a sliver based layout (which exclude the Staggered
since it's not based on slivers).
Then the question is more about what is the desired arrangement.
@letsar Hi, I'm in need of a infinite scrolling Masonry layout, is MasonryGridView.custom()
ok for it?
I can't find a paginated widget, not sure how to achieve the infinite scrolling with Masonry, thanks!
I need to create children on demand, but which grid layouts is appropriate?
- Staggered Grid Layout
- Masonry Grid Layout
- Quilted Grid Layout ...
@zhangzhaojun Hi, have you found a solution? thanks :)
I need to create children on demand, but which grid layouts is appropriate?
- Staggered Grid Layout
- Masonry Grid Layout
- Quilted Grid Layout ...
@zhangzhaojun Hi, have you found a solution? thanks :)
Masonry, it meets my requirements.
I need to create children on demand, but which grid layouts is appropriate?
- Staggered Grid Layout
- Masonry Grid Layout
- Quilted Grid Layout ...
@zhangzhaojun Hi, have you found a solution? thanks :)
Masonry, it meets my requirements.
@zhangzhaojun How to use Masonry to create children on demand? because it seems every masonry interface require you to provide the exact number of children in advance ?
I need to create children on demand, but which grid layouts is appropriate?