ComposeGears / ComposeGears/Valkyrie
[Export] Provide option to export ImageVector as Compose remember function
Open
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 889
- Forks
- 26
- Avg merge
- 36m
- Merged PRs (30d)
- 2
Description
Proposal idea
@Composable
fun ValkyrieIcons.rememberTestIcon(): ImageVector {
return remember {
ImageVector.Builder(
name = "TestIcon",
defaultWidth = 16.dp,
defaultHeight = 16.dp,
viewportWidth = 16f,
viewportHeight = 16f,
).build()
}
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file, test, or entry point is named. Trace the existing export path for ImageVector output and determine where export options are configured. Done means an option can produce a Compose @Composable remember function in the form shown, including the generated ImageVector content.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100