is there any way to make a design like this (image)
EXPLANATION: List of items where item take its width if screen widths are not fit so continue in next row.
Item(2) starts after the item(1) and continues in the next row.
Items will be textviews
flexlayout has limit if item will not fully fit it make it in another row
Edit:
(Assume Case ) assume I have two texts and want to display them for ex text1 = "Hello ", text2 = "Ahmed" and screen width can fit 8 character so UI should be
Hello A
hmed
[Actual Case]
here there are two texts , first with below background and second without this is final UI

