loading_text_shifter 1.0.1
loading_text_shifter: ^1.0.1 copied to clipboard
A vertically shifting loading indicator that cycles through messages with smooth fades, animated text styles, and async per-step gating.
1.0.1 #
- Add demo gif to README.
1.0.0 #
- Initial release.
LoadingTextShifterwidget that vertically cycles through messages with smooth slide and fade-style transitions.- Per-step async gating via
holdAt— pause on a step until a future resolves, then decide whether to advance. - Animated text styles: leaving and entering messages interpolate between
centerTextStyleandadjacentTextStyle. loop,onShift,curve,shiftDuration,animationDuration,backgroundColor, custom dimensions.- Accessible: wraps content in
Semantics(liveRegion: true)so screen readers announce each new message.