beam_border
Animated border beam effect for Flutter. A lightweight widget that adds animated border beam effect around any element.
1.0.1
vladoCimb/border_beam
What this package is like to depend on
Last release 1 months ago
09 Jul 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Jul 2026 to Jul 2026Releases
latest 2-
1.0.109 Jul 2026 -
1.0.009 Jul 2026Release notes
Open source →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.