Cards A flutter flip card Nov 04, 2018 1 min read flip_card A flutter flip card. How to use import 'package:flip_card/flip_card.dart'; Dart Create a flip card FlipCard( direction: FlipDirection.HORIZONTAL, // default front: Container( child: Text('Front'), ), back: Container( child: Text('Back'), ), ); Dart GitHub https://github.com/fedeoo/flip_card Cards
Flip A customizable Flutter widget that implements a flip card animation A customizable Flutter widget that implements a flip card animation 20 June 2023
Glass A simple Flutter app demonstrating an animated glass card A simple Flutter app demonstrating an animated glass card 14 June 2023
Apps A normal one page app that display the two cards and network image A normal one page app that display the two cards and network image 27 April 2023