s_glow 2.0.0 copy "s_glow: ^2.0.0" to clipboard
s_glow: ^2.0.0 copied to clipboard

Customizable glowing effects for widgets with two distinct styles - Glow1 for breathing animations and Glow2 for ripple effects.

2.0.0 #

  • package no longer holds the source code for it, but exports/exposes the s_packages package instead, which will hold this package's latest source code.
  • The only future changes to this package will be made via s_packages package dependency upgrades, in order to bring the new fixes or changes to this package
  • dependent on s_packages: ^1.1.2

1.1.0 #

  • BREAKING CHANGE: Removed glowRectFactor parameter - now using single glowRadiusFactor for both circle and rectangle shapes
  • Enhanced Glow2 animation to start from slightly inside widget borders using startInsetFactor
  • Added startInsetFactor parameter to control where glow animation begins (default 0.1)
  • Improved glowRadiusFactor behavior:
    • For circles: percentage of radius
    • For rectangles: percentage of half-width and half-height for more proportional expansion
  • Changed animation tween to start at 0.1 instead of 0.0 for smoother visual effect
  • Updated example app with interactive slider to adjust glowRadiusFactor in real-time
  • Improved example layout with side-by-side comparison of Glow1 and Glow2
  • Enhanced documentation with clearer parameter descriptions
  • Fixed rectangle shape expansion calculation to use child's actual width and height

1.0.0 #

  • Production-ready release
  • Stable API for Glow1 and Glow2 widgets
  • Added comprehensive documentation for Glow1 and Glow2 widgets
  • Updated README with detailed usage examples
  • Added MIT License
  • Enhanced package description
  • Added example implementations
  • Added comprehensive test coverage

0.0.1 #

  • Initial release
0
likes
160
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

Customizable glowing effects for widgets with two distinct styles - Glow1 for breathing animations and Glow2 for ripple effects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, s_packages

More

Packages that depend on s_glow