flutter_glass_appbar 0.0.3
flutter_glass_appbar: ^0.0.3 copied to clipboard
A Flutter AppBar with a glass blur effect that appears on scroll.
0.0.3 - 2026-01-10 #
🛠 Fixed #
- Replaced deprecated
Color.withOpacity()usage toColor.withAlpha()for Flutter 3.13+ compatibility. - Fixed potential precision loss in gradient and border color opacity calculations.
- Improved documentation and examples for better clarity.
0.0.2 - 2025-01-10 #
✨ Added #
- New glass customization options:
glassColorglassBorderColorglassGradientTopOpacityglassGradientBottomOpacityglassGradientBeginglassGradientEnd
- Full control over glass gradient direction and opacity
- MIT License added to the project
- Improved README with:
- Detailed usage examples
- Customization guides
- Troubleshooting section
- Best practices
- Better documentation for required
extendBodyBehindAppBarusage
🎨 Improved #
- Glass blur effect is now more flexible and visually customizable
- Border color now adapts to custom glass color
- Gradient styling is no longer hardcoded
- AppBar glass appearance feels more polished and production-ready
🔧 Internal #
- Refactored glass decoration logic for better readability
- Cleaner gradient and border configuration
- No breaking changes from
0.0.1
0.0.1 #
- Initial release
- Glass AppBar with scroll-based blur effect