compose-intro-showcase
compose-intro-showcase copied to clipboard
The library doesn't seem to be complete
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
.
I am experiencing this aswel, did you figure it out?
I've copied this into my project.
https://github.com/canopas/Intro-showcase-view/blob/4a459a9baeca3480ede3d8b2cfe716ed4317d6ac/showcase/src/main/java/com/canopas/lib/showcase/IntroShowCase.kt
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
.
@d2callpod Thanks for reporting the issue.
Can you please try with
com.canopas.intro-showcase-view:introshowcaseview:1.0.7
Looks like there has been some refactoring since the version I copy and pasted as well as the example app and blog post. The constructor takes a state rather than targets, now there is a scaffold... I don't have time to figure this out right now. I've moved onto another project.
I've tried 1.0.7
and it works well. Thank you for the update.
Maybe this should be a separate issue but the circle is very big on tablets and phones in landscape.
Looks good on a phone in portrait.
I've tried
1.0.7
and it works well. Thank you for the update. Maybe this should be a separate issue but the circle is very big on tablets and phones in landscape.
@d2callpod Thank for taking interest can you please create new issue for this?