og1_dashboard library

Classes

AnimatedSmoothIndicator
Unlike SmoothPageIndicator this indicator is self-animated and it only needs to know active index
AppIcon
BasicIndicatorEffect
Basic implementation of IndicatorEffect that holds some shared properties and behaviors between different effects
ColorTransitionEffect
Holds painting configuration to be used by TransitionPainter
CustomizableEffect
Holds painting configuration to be used by CustomizablePainter
DotBorder
Holds dot-border painting specs
DotDecoration
Holds dot painting specs
ExpandingDotsEffect
Holds painting configuration to be used by ExpandingDotsPainter
IndicatorEffect
An Abstraction for a dot-indicator animation effect
JumpingDotEffect
Holds painting configuration to be used by JumpingDotPainter
Og1Dashboard
ScaleEffect
Holds painting configuration to be used by ScalePainter
ScrollingDotsEffect
Holds painting configuration to be used by ScrollingDotsPainter or ScrollingDotsWithFixedCenterPainter
SlideEffect
Holds painting configuration to be used by SlidePainter
SmoothIndicator
Draws dot-ish representation of pages by the number of count and animates the active page using offset
SmoothPageIndicator
A widget that draws a representation of pages count Inside of a PageView
SwapEffect
Holds painting configuration to be used by SwapPainter
WormEffect
Holds painting configuration to be used by WormPainter

Enums

DotBorderType
The variants of dot borders
SlideType
The Slide effect variants
SwapType
The swap effect variants
WormType
The Worm effect variants

Typedefs

ColorBuilder = Color Function(int index)
Signature for a function that returns color for each index
OnDotClicked = void Function(int index)
Signature for a callback function used to report dot tap-events