theme_toggle_animation 1.0.0
theme_toggle_animation: ^1.0.0 copied to clipboard
Smooth, animated theme switching for Flutter. Circle, line, and custom GIF mask animations with configurable directions, blur effects, and full customization. Zero dependencies beyond Flutter SDK.
1.0.0 #
- Circle animation with 5 directions (corners + fromWidget)
- Line animation with 10 directions (4 cardinal + 4 diagonal + 2 fromWidget)
- Custom GIF mask animation with configurable position and size
- Blur effect on circle and line animation edges
- Custom clip path provider for customMask type
- Configurable animation duration and curve
- onAnimationStart and onAnimationEnd callbacks
- Enabled flag to disable animation
- Animated GIF frame-by-frame support via ImageStream
- Zero dependencies beyond Flutter SDK