flutter_animated_dot 1.0.0
flutter_animated_dot: ^1.0.0 copied to clipboard
A collection of beautiful animated dot widgets for Flutter with multiple animation styles including bouncing, pulsing, rotating, sliding, fading, wave, and expanding effects.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-11-18 #
Added #
- Initial release of flutter_animated_dot
- BouncingDots widget with physics-based bouncing animation
- PulsingDots widget with scale animation
- RotatingDots widget with circular rotation
- SlidingDots widget with horizontal sliding animation
- FadingDots widget with opacity animation
- WaveDots widget with sequential wave effect
- ExpandingDots widget with ripple effect
- SpinningDots widget with circular spinning and opacity variation
- Original AnimatedDot widget
- Comprehensive customization options (color, size, dot count)
- Support for all Flutter platforms (iOS, Android, Web, Desktop)