soundsliced_tween_animation_builder 1.2.0
soundsliced_tween_animation_builder: ^1.2.0 copied to clipboard
A Flutter package providing a custom TweenAnimationBuilder that uses Timer-based animations, surviving hot restarts without engine assertions.
1.2.0 - 2025-11-24 #
- Breaking: renamed the widget to
STweenAnimationBuilder. - Migration: replace usages of the previous widget name with
STweenAnimationBuilder. The constructor API and behavior remain the same. - Updated README and examples accordingly.
1.1.1 - 2025-11-20 #
- Fixed BSD sed compatibility issues in release script for macOS
- Improved package release automation
- Updated documentation and examples
- Enhanced test coverage
1.1.0 - 2025-11-19 #
- Improved documentation and examples in README.md
- Updated package description for better clarity
- Minor code optimizations
1.0.0 - 2025-11-19 #
-
Initial release of soundsliced_tween_animation_builder package.
-
Provides a custom TweenAnimationBuilder for sliced animations.