glow_container 1.0.1
glow_container: ^1.0.1 copied to clipboard
A highly customizable Flutter widget that enhances a rectangular container with an animated glowing border effect.
Changelog #
1.0.1 #
- Fix a bug on
animated_border_painter.dartthat led to a wrong behavior of the border around the glowing container when theradiusparameter was set as 0.0.
1.0.0 #
-
[BREAKING CHANGE] Removed the
borderWidthandborderColorparameters from the ContainerOptions class. Use theborderSideparameter instead. -
Added the
glowLocationparameter to the GlowContainer widget to control where the effect is located on the container. -
Updated the example to demonstrate the usage of the new
glowLocationparameter.
0.1.0 #
-
Fixed an issue where the border of the glowing container wouldn't adapt correctly to its radius when the
radiusparameter was lower thanthickness / 2. -
Added the
borderSideparameter to the ContainerOptions class to control the border style of the glowing container. -
Deprecated the ContainerOptions'
borderWidthandborderColorparameters. Use theborderSideparameter instead. These parameters will be removed in a future version. -
Updated the example to demonstrate the usage of the new ContainerOptions'
borderSideparameter.
0.0.5 #
-
Fixed behaviour that led the glowing border to be displayed in the wrong position when the widget was created using the
ContainerOptions' margin. -
Optmized the widget's performance
0.0.4 #
- Fixed behaviour that showed the glow when the widget was created with
showAnimatedBorder: false
0.0.3 #
-
Add docs to AnimatedBorderPainter
-
Add assert to AnimatedBorderPainter to ensure the validity of the parameters
0.0.2 #
- Update pubspec.yaml and README.md
0.0.1 #
- Initial release