Iโ€™ve built my first KMP library kmp-flagkit - itโ€™s a simple little library for those that need flag ...
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.