glassify 0.0.6
glassify: ^0.0.6 copied to clipboard
A lightweight Flutter package for building customizable glassmorphism effects with blur, translucency, and theme-aware styling.
0.0.6 - 2025-06-27 #
Changed #
- Minor UI tweaks to improve layout consistency.
- Enhanced performance by optimizing opacity and shadow rendering.
- Preview app updated for smoother rendering in dark and light modes.
0.0.5 - 2025-06-26 #
Changed #
- Replaced deprecated
withOpacity()
calls withwithAlpha()
across the widget. - Refactored color transparency logic using alpha values for forward compatibility.
- Introduced
clampedOpacity
andalphaValue
for better code clarity and reuse.
0.0.4 - 2025-06-15 #
Added #
- New
opacity
parameter to control background color transparency separately from blur. blurSigma
parameter added to let users control the Gaussian blur intensity explicitly.
Changed #
- The original
blur
parameter has been renamed toopacity
for clarity. - Improved internal logic for color blending and theme adaptation.
- Updated widget doc comments for better API clarity.
Example #
- Added enhanced example showcasing both blur and background opacity usage.
0.0.3 - 2025-06-15 #
Changed #
- Renamed package from
glassy
toglassify
. - Updated README with new project name and GitHub link.
- Added LICENSE file.
- Cleaned up pubspec and versioning.