orb_animations 1.0.1
orb_animations: ^1.0.1 copied to clipboard
A lightweight Flutter package for animated thinking-orb widgets with customizable state, speed, and size.
1.0.1 #
- Expanded the Dart SDK constraint from
^3.12.2to>=3.8.0 <4.0.0so the package supports older Flutter versions.
1.0.0 #
- Initial release of
orb_animations - Animated thinking-orb widget with smooth, customizable motion
- Six hand-tuned animation states: working, searching, solving, listening, composing, shaping
- Two size presets: 64px (chat-avatar scale) and 20px (inline-text scale)
- Light/dark theme awareness with auto-detection from
Theme.of(context) - Customizable animation speed multiplier
- Pause/resume support
- Reduced-motion accessibility support
- Pure
CustomPainterrendering — no external dependencies - Semantic labels for accessibility