fly_to_target 1.0.0
fly_to_target: ^1.0.0 copied to clipboard
A Flutter package for animating multiple widgets flying to target positions simultaneously with customizable paths and effects.
0.1.0 #
Initial release with the following features:
Core Features #
FlyToTargetControllerfor managing animationsFlyItemandFlyTargetfor defining start/end positions- Support for
GlobalKeyandOffsetbased positioning FlyToTargetScopewidget for easy controller management
Animation Paths #
LinearPathConfig- Straight line movementParabolicPathConfig- Arc/parabola trajectoryBezierPathConfig- Smooth bezier curves with auto-calculationCustomPathConfig- Custom path functions
Effects #
RotationEffect- Rotate widgets during flightScaleEffect- Scale up/down during animationFadeEffect- Fade in/outTrailEffect- Leave a trail behind
Decorations #
FeatherDecorationConfig- Floating feather particlesParticleDecorationConfig- Particle effectsSparkleDecorationConfig- Sparkling starsCustomDecorationConfig- Custom widget builder
Presets #
FlyAnimationConfig.simple()- Basic linear animationFlyAnimationConfig.parabolic()- Arc trajectoryFlyAnimationConfig.bezier()- Smooth curveFlyAnimationConfig.coin()- Full effects for coin animations