Ripple with rounded corners Jetpack Compose

Starting with M2 1.0.0-beta08 you can solve this issue using the onClick lambda parameter in the Card instead of the clickable modifier: Card( shape = RoundedCornerShape(30.dp), modifier = Modifier .fillMaxWidth() .padding(10.dp), onClick = { show = !show } ){ //card content } If you need the clickable or the combinedClickable modifier you have to use … Read more

InkWell not showing ripple effect

I think adding color to the container is covering over the ink effect https://api.flutter.dev/flutter/material/InkWell/InkWell.html This code seems to work body: new Center( child: new Container( child: new Material( child: new InkWell( onTap: (){print(“tapped”);}, child: new Container( width: 100.0, height: 100.0, ), ), color: Colors.transparent, ), color: Colors.orange, ), ), just click the middle square. Edit: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)