mikepenz / AboutLibraries

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
http://mikepenz.github.io/AboutLibraries/
Apache License 2.0
3.64k stars 420 forks source link

Fix Library badge cutoff #996

Closed lhoyong closed 3 months ago

lhoyong commented 3 months ago

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.

mikepenz commented 3 months ago

Great improvement @lhoyong Thank you very much!