Are there any plans to ship a non-lazy version of `LazyVerticalGrid` and `LazyHorizontalGrid`? I cou...
s
Are there any plans to ship a non-lazy version of
LazyVerticalGrid
and
LazyHorizontalGrid
? I could just roll with a
Column
of `Row`s, but I like the
GridCells.Adaptive
approach of determining how many items in each
Row
. EDIT: Actually, I could probably use Accompanist's
FlowRow
for this!