BrunoJurkovic / flip_card

A Flutter widget that easily adds the flipping animation to any widget
BSD 3-Clause "New" or "Revised" License
345 stars 103 forks source link

When adding to listview and scrolling listview on the screen there are grey flashes #28

Open artem-bakuta opened 4 years ago

artem-bakuta commented 4 years ago

It'm trying to make scrollable items flip cards list. But when I'm trying to scroll Flip cards make shadow that flashes while scrolling

[(https://prnt.sc/tx7kcm)]

madara134 commented 4 years ago

same issue

skykz commented 4 years ago

same

BrunoJurkovic commented 3 years ago

Does this issue still exist?

Vasya-M commented 3 years ago

Maybe root of issue is same as in #23

BrunoJurkovic commented 3 years ago

Please let me know if this issue is still persistent, else I will close it in a week. Thanks. @skykz @madara134 @artem-bakuta

basnetjiten commented 2 years ago

@BrunoJurkovic the issue is still persistent. you can see the flickering grey line. Screen Shot 2022-08-10 at 15 24 55

Vasya-M commented 2 years ago

As I remember I did an investigation of why this issue happens and the root of the issue was in the approach how it hides 2nd element - it just rotates it fo 90 degrees, which means it is perpendicular to your screen and you does not see it because it has 0 of thick, and that is why issue happens. cc: @BrunoJurkovic @basnetjiten

mouse0429 commented 1 year ago

I have same issue I can find this grey line only in 360dp device