Jetpack-Compose-Playground
Jetpack-Compose-Playground copied to clipboard
Community-driven collection of Jetpack Compose example code and tutorials :rocket: https://foso.github.io/compose
the section button is not selected when on the button page.
Example given appears to only work for Android. I see it's talking about that `R` class which you get autogenerated for you if you are an Android project. What if...
Bumps gradle from 7.2.2 to 7.3.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
According to the Material documentation[1] and the documentation in `AlertDialog`[2], the correct Button style to use are `TextButton`s and not regular (colored) `Button`s. [1]: https://m3.material.io/components/dialogs/overview [2]: https://developer.android.com/jetpack/compose/components/dialog Note: This PR...
I suspect that the Gradle instructions are out of date. This stuff went multiplatform, so for an Android project, it appears that you need `ui-test-junit4-android` to get `composeTestRule()`.
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.3.1 to 5.10.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.10.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.10.0 2024-01-24 - 8 commit(s) by Andre Brait, dependabot[bot] Bump...
Bumps com.android.tools.build:gradle from 8.0.2 to 8.2.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
I've not seen any multiplatform library that is a UI Composable widget. So, I'm self-promoting my own library here! Would you like to mention this [wavy slider](https://github.com/mahozad/wavy-slider) component which demonstrates...
There is an error when you copy paste the code snippets, plus it also mentions that this is experimental. Any updates on this?
When we add the Border in that Circle then we can see some color or box content outoff the border. also I added shap as same as Box shap.