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

Card flipping shall keep the same direction #66

Open sisierra opened 2 years ago

sisierra commented 2 years ago

By toggling the card flips e.g. leftwise to show the back and then flips rightwise to show the front again.

Is it possible to create a function to flip the card always in the same direction? For example the card is always flipping leftwise to show the front and back side?

I tried it by calling _controller.forward() but this creates only the flip animation once.

Best regards