flutter_glass_appbar 0.0.4 copy "flutter_glass_appbar: ^0.0.4" to clipboard
flutter_glass_appbar: ^0.0.4 copied to clipboard

A Flutter AppBar with a glass blur effect that appears on scroll.

0.0.4 - 2026-01-10 #

✨ Added #

  • add demo GIF

0.0.3 - 2026-01-10 #

🛠 Fixed #

  • Replaced deprecated Color.withOpacity() usage to Color.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:
    • glassColor
    • glassBorderColor
    • glassGradientTopOpacity
    • glassGradientBottomOpacity
    • glassGradientBegin
    • glassGradientEnd
  • 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 extendBodyBehindAppBar usage

🎨 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
1
likes
150
points
260
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter AppBar with a glass blur effect that appears on scroll.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_glass_appbar