Dropdown
Dropdown copied to clipboard
💧A Powerful and customizable Compose Multiplatform dropdown menu with cascade and animations.
` implementation 'io.github.androidpoet:dropdown:1.0.1' @OptIn(ExperimentalAnimationApi::class) @Composable fun CustomDropDownMenu( expanded: Boolean = false, onDismiss: (Boolean) -> Unit, itemSelected: (String) -> Unit ) { val menu = getMenu() Dropdown( isOpen = expanded, menu...
I access the sub-menu, close it, and if I open the menu again, the previous sub-menu appears. I don't want it to be like that. How can I return to...
The latest version `1.1.2` is importing every class and function in root way like this, ```kotlin import Dropdown import EnterAnimation import MenuItem import dropDownMenu import dropDownMenuColors ``` version `1.0.1` ```kotlin...
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/AndroidPoet/Dropdown). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | minor | `8.9` -> `8.14.3` | --- ### Release Notes gradle/gradle (gradle)...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [androidx.compose:compose-bom](https://developer.android.com/jetpack) | `2025.01.01` -> `2025.12.00` |  |  | --- ### Configuration...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.android.test](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `8.5.2` -> `8.13.1` |  |  | | [com.android.library](https://developer.android.com/studio/build)...
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.jetbrains.compose](https://redirect.github.com/JetBrains/compose-jb) |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://redirect.github.com/actions/setup-java) | action | minor | `v3.5.1` -> `v3.14.1` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://redirect.github.com/actions/setup-java) | action | major | `v3.5.1` -> `v4.7.1` | | [actions/setup-java](https://redirect.github.com/actions/setup-java) |...