slide_countdown library

Classes

CountDownConfig
CountDownConfig class contains configuration options for count down durations.
CountUpConfig
CountUpConfig class contains configuration options for count up durations.
DurationTitle
Duration Title is a class that contains day, hour, minute, second properties. which will later show in the view if you assign a value of SeparatorType.title to the SeparatorType enum and you can change the title of the day, hour, minute, and second. For example, you change to Indonesian. By default this title will display in English DurationTitle.en()
RawDigitItem
Represents an animated digit item that can count up or down based on the provided duration.
RawSlideCountdown
A widget that displays a countdown based on a StreamDuration.
SlideCountdown
The SlideCountdownSeparated is a StatefulWidget that creates a countdown timer that slides up or down to display the remaining time and each duration will be separated.
SlideCountdownSeparated
The SlideCountdownSeparated is a StatefulWidget that creates a countdown timer that slides up or down to display the remaining time and each duration will be separated.
StreamDuration
StreamDurationConfig
StreamDurationConfig class contains configuration options for StreamDuration, which is a class that emits a stream of Duration values.

Enums

DigitType
An enum class to represent digit types of item.
SeparatorType
An enum class to represent different types of separators.
SlideDirection
An enum for representing the direction of a slide animation.
TimeUnit
An enum class to represent different time unit of item.

Typedefs

RawSlideCountdownBuilder = Widget Function(BuildContext context, Duration duration, bool isCountUp)
Signature for a function that builds a widget for a raw slide countdown.