layout_motion 0.1.0
layout_motion: ^0.1.0 copied to clipboard
Automatic FLIP layout animations for Flutter. Wrap any Column, Row, or Wrap to animate add, remove, and reorder with zero configuration.
0.1.0 #
- Initial release
MotionLayoutwidget with FLIP animation engine- Supports
Column,Row, andWraplayouts - Key-based diffing with LIS for optimal move detection
- Built-in transitions:
FadeIn/FadeOut,SlideIn/SlideOut,ScaleIn/ScaleOut - Custom transitions via
MotionTransitionbase class - Interruption-safe animations with smooth redirects
enabledflag andDuration.zerofor instant mode