AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose-jb environments
I fixed the issue of badge clipping by using FlowRow instead of Row. Since the text can be long or there can be multiple badges, I changed Row to FlowRow without implementing scroll or other handling.
I fixed the issue of badge clipping by using
FlowRow
instead of Row. Since the text can be long or there can be multiple badges, I changed Row to FlowRow without implementing scroll or other handling.before
after