unicode_spinner 1.0.0
unicode_spinner: ^1.0.0 copied to clipboard
ASCII and Unicode animated spinners for Flutter. One widget, 25+ built-in frame sequences — braille (Claude-style), classic pipe, dots, arrows, block bars, moon phases, clock, emoji and more. Fully cu [...]
1.0.0 #
Initial release.
Features #
UnicodeSpinnerwidget — cycles through anyList<String>of frames at a configurable interval.Spinnerscatalogue with 25 built-in frame sequences:- Braille family —
braille,brailleFull,brailleQuarter,snake - Classic ASCII —
line(| / - \),pipe - Dots / text —
dots,dotsBounce,dot - Geometric —
circle,triangle,box,square,bowtie,hourglass - Arrows —
arrows,arrowsBold - Block / bar —
bar,grow,pulse - Emoji —
moon,clock,earth - Misc —
star
- Braille family —
- 24 named constructors (one per built-in sequence) with sensible default intervals — drop-in with zero configuration.
- Fixed-width layout: the widget always reserves space equal to the widest frame, preventing layout jitter.
- Full
TextStylesupport — size, color, weight, font family, etc. - Accessibility:
Semanticslabel on every spinner. - Null-safe, Dart 3 compatible.