I’ve built my first KMP library kmp-flagkit - it’s...
# compose-ui-showcase
a
I’ve built my first KMP library kmp-flagkit - it’s a simple little library for those that need flag icons in ImageVector format https://github.com/acarlsen/kmp-flagkit
🇳🇱 1
👍 1
z
Awesome 👍🏽 I was looking for this a while back, eventually resorted to using a CDN for them but will play around with this when time allows - neat to have all of that locally available!
s
Neat! You should post that in #feed 🙂 How did you generate the code for all that icons? Is there a vector to composable tool? ChatGPT? Don’t tell me you wrote all the painter instructions for all the icons yourself. 😄
Also I wonder about the license change from Apache 2 to MIT. Is there a specific reason? Just curious.
a
There is a plugin that can convert svgs to imageVector, credits for svgs goes to the original author of flagKit, hence also why I changed license since that library is MIT licensed (I don't know enough about licensing to know if it's possible to use Apache 2.0 in a derivative work)
s
👍 Do you know which plugin can do this magic? 🙂
s
Thanks.