beam_border 1.0.1
beam_border: ^1.0.1 copied to clipboard
Animated border beam effect for Flutter. A lightweight widget that adds animated border beam effect around any element.
Changelog #
1.0.1 #
- Update repository URL in package metadata.
1.0.0 #
Initial release.
BorderBeamwidget that wraps any child with an animated border beam effect, rendered with a singleCustomPainter(no extra widgets in the tree, no clipping of the child).- Four effect types:
BorderBeamType.full— traveling beam around the full border.BorderBeamType.compact— compact beam for small, button-sized elements.BorderBeamType.line— bottom-only traveling glow with breathe and spike accents.BorderBeamType.pulseInner— breathing glow contained within the border.
- Four built-in color palettes (
colorful,mono,ocean,sunset) plus fully custom palettes throughBorderBeamColorVariant.customandcustomColors. - Dark, light, and automatic theme adaptation.
strength,duration,active(with smooth fade in/out), andborderRadiusoptions.