animated_floating_widget 1.0.0
animated_floating_widget: ^1.0.0 copied to clipboard
Floating animated widget that help user to show his widget as float with animation.
Version 1.0.0
- Enhancement: Added proper disposal of
AnimationControllerinFloatingWidgetto prevent memory leaks. Thedisposemethod now ensures that the controller is correctly disposed of when the widget is removed from the widget tree.
Version 0.0.6 (Initial Release)
- Feature: Introduced the
FloatingWidgetwith customizable floating animation directions:topCenterToBottomCenterleftCenterToRightCentertopLeftToBottomRighttopRightToBottomLeft
- Feature: Configurable animation duration (
duration) and reverse animation duration (reverseDuration). - Feature: Added support for custom horizontal (
horizontalSpace) and vertical (verticalSpace) movement. - Feature: Provided options to define specific start (
beginOffset) and end (endOffset) offsets for the animation.