animated_border_widgets 0.2.0
animated_border_widgets: ^0.2.0 copied to clipboard
Animated gradient border widgets for Flutter with tap boost and press-and-hold acceleration support.
0.2.0 #
- Added configurable
glowEffectwithAnimatedGradientBorderGlow. - Added
enabled+fadeDurationfor fadeable border visibility. - Added disabled-state border options:
showBorderWhenDisableddisabledBorderColordisabledBorderWidth
- Added
clipChildto clip inner content by border radius. - Added
autoCloseGradientLoopfor seamless sweep-gradient loops. - Refactored border rendering to
CustomPaintfor glow and fade support. - Expanded tests for glow, disabled mode, and clipping.
- Raised minimum environment to Dart
>=3.3.0and Flutter>=3.22.0.
0.1.0 #
- Initial release with
AnimatedGradientBorderand boost-capable controller. - Added hold boost mode via
holdBoostModeandholdBoostTurnsPerSecond. - Updated example with tap boost, hold boost, and opacity-based animated border reveal.