flipping_card 0.0.3 copy "flipping_card: ^0.0.3" to clipboard
flipping_card: ^0.0.3 copied to clipboard

A package that provides the FlippingCard widget, a two-sided Card with flipping animations.

flipping_card #

A Flutter package that provides a two-sided animated FlippingCard widget.

The FlippingCard widget provides a way to show content on a card with two sides, CardSide.FrontSide and CardSide.BackSide. When changing from one side to another, the card shows a 'flip' animation.

FlippingCard(
    frontChild: Image.asset("front.jpg"),
    backChild: Image.asset("back.jpg"),
    side: CardSide.FrontSide,
    onTap => (side) { print("Card tapped!); })
3
likes
40
pub points
8%
popularity

Publisher

verified publisheradrien-leravat.com

A package that provides the FlippingCard widget, a two-sided Card with flipping animations.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on flipping_card