AnupKumarPanwar / swipe_cards

Tinder like swipe cards for flutter.
https://pub.dev/packages/swipe_cards
BSD 3-Clause "New" or "Revised" License
52 stars 47 forks source link

Shadow bug #29

Open PetrKubes97 opened 1 year ago

PetrKubes97 commented 1 year ago

Quite minor issue.

When card has a shadow, the initial shadow is darker than it should. It's visible in the video from the other issue: https://github.com/AnupKumarPanwar/swipe_cards/issues/13

Notice how the shadow gets darker when the card loads.

I guess it could be caused by the bottom card not being applied the 0.9 transformation on initial render, but seemed good in the code, so not sure.