flip_panel library
-
author: hunghd
-
email: hunghd.yb@gmail.com
-
contributors: Emily Fortuna (efortuna), Sunit Gautam (gsunit)
A package provides a Widget that simulates the 3D flip effect on flipclock
Classes
- FlipClock
- A Widget provides a simple implementation of a flipclock using FlipPanel
-
FlipPanel<
T> - A Widget provides 3D flipp animation on a panel. The content of each panel is built from IndexedItemBuilder or StreamItemBuilder [...]
Enums
- FlipDirection
- An enum defines all supported directions of FlipPanel
Typedefs
-
DigitBuilder(
dynamic BuildContext, dynamic int) → Widget -
IndexedItemBuilder(
dynamic BuildContext, dynamic int) → Widget - Signature for a function that creates a widget for a given index, e.g., in a list.
-
StreamItemBuilder<
T> (dynamic BuildContext, dynamic T) → Widget - Signature for a function that creates a widget for a value emitted from a Stream