Hello, I want to share with the community my plugi...
# feed
y
Hello, I want to share with the community my plugin for Android Studio and IntelliJ IDEA to convert SVG/XML into ImageVector. Key features: • Beautiful clean formatting and optimized output • Ability to create icon pack and batch export • Support drag and drop • Built using Compose Multiplatform More in Readme ❤️ https://github.com/ComposeGears/Valkyrie
K 21
v
Hey there, I just wanted to thank you for creating this plugin and posting about it here. It allowed me to migrate my whole project to use
ImageVector
and everything is cleaner as a result of it. Thanks for making this available to the community! P.S. Minor suggestion for the code output, Kotlin allows extension properties to be
lazy
so the singleton pattern could be simplified
❤️ 1
y
Hello, thanks for the feedback ❤️ Could you please create an issue with code example output? I will take a look and try to provide it as soon as possible
👍 1
a
Would also like to thank you for this plugin. I have an SVG that I converted to a vector asset using Android Studio, but using it caused a crash (
java.lang.IllegalArgumentException: Unknown command for: R
). Using your plugin created a nice
ImageVector
that I can use.
❤️ 1