Semih Özköroğlu

Results 2 comments of Semih Özköroğlu

@ashirmehmood1996 did you any solutions? I am getting error when published app on google play

i mean which need to calculate width like; width = (DotGraphic.size + dotSpacing) * item count to use as wrap content ``` DotsIndicator( modifier = Modifier .width(12.dp * feeds.size) .align(Alignment.CenterStart),...