flutter_flip_clock library

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 = Widget Function(dynamic BuildContext, dynamic int)
IndexedItemBuilder = Widget Function(dynamic BuildContext, dynamic int)
Signature for a function that creates a widget for a given index, e.g., in a list.
StreamItemBuilder<T> = Widget Function(dynamic BuildContext, dynamic T)
Signature for a function that creates a widget for a value emitted from a Stream