conceptadev / mix

A styling system for Flutter
https://fluttermix.com
BSD 3-Clause "New" or "Revised" License
479 stars 27 forks source link

How to add ripple effect when press on pressableBox #199

Open tbm98 opened 5 months ago

tbm98 commented 5 months ago

Use case

Use pressableBox

Proposal

Have effect look like android, ios native

tilucasoli commented 5 months ago

This happens because Inkwell creates the animation behind the container decoration, and in short, what we've been doing with attributes is joining all of them and creating a BoxDecoration. Therefore, the InkWell couldn't work as expected. We are constantly improving our API and features. Animations are one of our next areas of study. When we have more details, we let you know.