animated_flip_widget 0.0.2
animated_flip_widget: ^0.0.2 copied to clipboard
Animated Flip Card is a Flutter package for creating a flipping card animation with customizable front and back widgets, and various options for clickability, flip duration, and flip direction. It is [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add animated_flip_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
animated_flip_widget: ^0.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:animated_flip_widget/animated_flip_widget.dart';