diagonal_wipe_icon 0.2.0
diagonal_wipe_icon: ^0.2.0 copied to clipboard
Polished wipe-style icon transitions for Flutter with diagonal, horizontal, and vertical directions.
0.2.0 #
- Adds
reverseDirectiontoAnimatedDiagonalWipeandDiagonalWipeTransition. - Reverse wipes now default to
direction.opposite, so the outgoing pass can begin from the same visual edge as the incoming pass. - Keeps
reverseDirectionoptional so callers can preserve or customize reverse motion explicitly.
0.1.1 #
- Initial public release.
- Adds
AnimatedDiagonalWipefor implicit icon-state animation. - Adds
DiagonalWipeTransitionfor explicit controller-driven animation. - Uses Flutter
AnimationStylefor implicit timing and easing customization. - Supports diagonal and axis-aligned wipe directions.
- Includes an
example/app demonstrating usage patterns.