glassify 0.0.4
glassify: ^0.0.4 copied to clipboard
A lightweight Flutter package for creating customizable glassmorphism effects with blur, transparency, and adaptive themes. Ideal for modern UI elements like frosted cards, overlays, and panels.
0.0.4 - 2025-06-15 #
Added #
- New
opacityparameter to control background color transparency separately from blur. blurSigmaparameter added to let users control the Gaussian blur intensity explicitly.
Changed #
- The original
blurparameter has been renamed toopacityfor 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
glassytoglassify - Updated README with new project name and GitHub link
- Added LICENSE file
- Cleaned up pubspec and versioning