flutter_multiple_loaders 0.0.4
flutter_multiple_loaders: ^0.0.4 copied to clipboard
A Flutter package providing a collection of customizable loading animations for your Flutter applications.
0.0.4 #
- Added rotating square and flipping card animation
- Enhanced web example with an improved splash screen
0.0.3 #
- Fixed wave animation assertion error where curve end value could exceed 1.0, causing the animation to fail
0.0.2 #
- Fixed library documentation format
- Added proper library directive to main file
- Improved CI/CD workflow for more reliable package publishing
- Implemented version change detection in CI/CD pipeline
- Added automated checks for pull request merges
0.0.1 #
Initial release with the following features:
- Six loader animations: Spinner, Pulse, Bounce, Wave, Circle, and Dots
- Customizable colors, sizes, and animation durations
- Animation controller for programmatic control
- Support for multiple colors in animations
- Customizable loop behavior