rainbow_edge_lighting 1.1.0
rainbow_edge_lighting: ^1.1.0 copied to clipboard
Animated rainbow edge lighting painter for Flutter widgets with smooth fade and disabled border blending.
Changelog #
1.1.0 #
- fix dart analyze.
1.0.9 #
- The README has been updated.
1.0.8 #
- The README has been updated.
1.0.7 #
Added #
glowEnabled
parameter toRainbowEdgeLighting
to toggle the outer glow halo (same gradient palette as the stroke). Default:true
.- Automatic glow blending for visibility: uses additive blending on dark backgrounds and alpha blending on light backgrounds.
1.0.6 #
- The Screenshot has been updated.
1.0.5 #
- The Screenshot has been updated.
1.0.4 #
- The README has been updated.
1.0.3 #
- The README GIF has been updated.
1.0.2 #
- The README GIF has been updated.
1.0.1 #
- The README has been updated.
1.0.0 #
- Initial release of
rainbow_edge_lighting
- Animated rainbow edge painter with fade, speed control, disabled border cross-fade
- Rectangle/circle support (via radius), custom color palettes