Valkyrie
Valkyrie copied to clipboard
IntelliJ IDEA / Android Studio plugin to convert SVG/XML into Compose ImageVector and previewer
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/ComposeGears/Valkyrie). ## Open The following updates have all...
Export button disabled when exporting large number of icons like 4k+ at once in iconpack mode. When i select few icons it works. IDE: IntelliJ IDEA 2025.1.1.1 (Community Edition) 
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.android.tools:r8](http://r8.googlesource.com/r8) ([source](https://r8.googlesource.com/r8)) | `8.7.18` -> `8.9.35` | [](https://docs.renovatebot.com/merge-confidence/) |...
As mentioned in https://github.com/ComposeGears/Valkyrie/issues/28, there hasn't yet been a gradle plugin to add to this project. Main use case for me is to help automate the generation logic. Here's my...
This is required after #479. Ref stuffs from - https://github.com/vanniktech/gradle-maven-publish-plugin - https://github.com/GradleUp/shadow/blob/01dd8149fc3cf592a1ed5fc1d049571dc7a5abde/gradle.properties#L17-L42 - https://github.com/GradleUp/shadow/pull/1414
Epic task to track integration [vec2compose](https://github.com/LennartEgb/vec2compose) into Valkyrie project Key future changes: - Migration core components to KMP - Add support for WASM target + Web App (https://github.com/ComposeGears/Valkyrie/issues/180) - Create...
Create the following function: ```kt import androidx.compose.ui.graphics.BlendMode import androidx.compose.ui.graphics.Color import androidx.compose.ui.graphics.vector.DefaultGroupName import androidx.compose.ui.graphics.vector.ImageVector import androidx.compose.ui.unit.Dp import kotlin.contracts.InvocationKind import kotlin.contracts.contract inline fun buildImageVector( name: String = DefaultGroupName, defaultWidth: Dp, defaultHeight: Dp,...
Based on #25, we can split this project into 4 main parts: - Core projects. - CLI project. - Gradle plugin project. - IntelliJ plugin project. This structure is similar...
Hello again! I didn't find any option in cli to add autoMirror. Now after getting ImageVectors I run my code to add it where I need. But I think it...