s_glow 2.0.0
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_packagespackage instead, which will hold this package's latest source code. - The only future changes to this package will be made via
s_packagespackage 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
glowRectFactorparameter - now using singleglowRadiusFactorfor both circle and rectangle shapes - Enhanced Glow2 animation to start from slightly inside widget borders using
startInsetFactor - Added
startInsetFactorparameter to control where glow animation begins (default 0.1) - Improved
glowRadiusFactorbehavior:- 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
glowRadiusFactorin 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