flip_panel_plus 2.0.0
flip_panel_plus: ^2.0.0 copied to clipboard
3D flip-panel widgets for Flutter: a flip clock, a countdown timer with a controller, and animated flip panels for digits, images or any widget.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flip_panel_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flip_panel_plus: ^2.0.0Alternatively, 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:flip_panel_plus/flip_panel_plus.dart';