flip_card 0.2.1 copy "flip_card: ^0.2.1" to clipboard
flip_card: ^0.2.1 copied to clipboard

outdated

A component that provides flip card animation. It could be used for hide and show details of a product.

flip_card #

A component that provides flip card animation. It could be used for hide and show details of a product.

How to use #

import 'package:flip_card/flip_card.dart';

Create a flip card

FlipCard(
  direction: FlipDirection.HORIZONTAL, // default
  front: Container(
        child: Text('Front'),
    ),
    back: Container(
        child: Text('Back'),
    ),
);
838
likes
0
pub points
98%
popularity

Publisher

verified publisherbrunojurkovic.com

A component that provides flip card animation. It could be used for hide and show details of a product.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flip_card