Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flutter flutter logo flipcard

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

flipcard
flip-h

how to use

import 'package:flip_card/flip_card.dart';

create a flip card

flip_card(
  direction: flipdirection.horizontal, // default
  front: container(
        child: text('front'),
    ),
    back: container(
        child: text('back'),
    ),
);

download the full project for this post from the following button

this source is fully free for all time

download as zip


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top