Did I miss something or is there really no kind of FlowLayout in Grid in #SwiftUI?
@matzelocal I keep having to re-invent flow layout in SwiftUI. It's fairly easy via implementing Layout. I should really make a general component and reuse that though!
@amyworrall Thanks for the hint to Layout. Unfortunately I can't use external packages… so I’ll have to do it on my own.