compose-intro-showcase icon indicating copy to clipboard operation
compose-intro-showcase copied to clipboard

Highlight different features of the app using Jetpack Compose

Results 7 compose-intro-showcase issues
Sort by recently updated
recently updated
newest added

There are quite a few things that are not in the library, `fun Modifier.introShowCaseTarget`, `fun rememberIntroShowCaseState`, `fun IntroShowCaseScaffold`, etc. I'm trying `com.canopas.intro-showcase-view:introshowcaseview:1.0.5`.

## Changelog - Introduce `RevealShape` sealed class to represent different shapes for reveal effects. - Add `Circle` object in `RevealShape` for circular reveal. - Add `Square` object in `RevealShape` for...

## BugFix - Fixed a crash related to layout coordinates being accessed when not attached([issue](https://github.com/canopas/compose-intro-showcase/issues/23))

Hello. I am getting the following exception: ``` java.lang.IllegalStateException: LayoutCoordinate operations are only valid when isAttached is true at androidx.compose.ui.node.NodeCoordinator.getParentLayoutCoordinates(NodeCoordinator.kt:256) at androidx.compose.ui.layout.LayoutCoordinatesKt.findRootCoordinates(LayoutCoordinates.kt:180) at androidx.compose.ui.layout.LayoutCoordinatesKt.boundsInWindow(LayoutCoordinates.kt:134) at com.canopas.lib.showcase.component.ShowcaseContentKt.ShowcaseContent(ShowcaseContent.kt:76) at com.canopas.lib.showcase.component.ShowcaseContentKt$ShowcasePopup$1$1.invoke(ShowcaseContent.kt:55) at com.canopas.lib.showcase.component.ShowcaseContentKt$ShowcasePopup$1$1.invoke(ShowcaseContent.kt:54)...

bug

In [FancyShowcaseView](https://github.com/faruktoptas/FancyShowCaseView), we could design a "tutorial" mode, where a chosen clicked UI element would show its tutorial. The process was as follow : 1. Activate showcase mode (e.g. by...

for whatever reason cant hide/complete the showcase while using on a text in BottomSheet composable

It repeats showing Showcase on each recomposition even though the view that has its modifier does not get recomposed It also triggers twice anytime you enter a screen with compose...