blurred_overlay 1.1.0 copy "blurred_overlay: ^1.1.0" to clipboard
blurred_overlay: ^1.1.0 copied to clipboard

A lightweight Flutter package to show blurred dialogs, bottom sheets, and drawers with shadow and radius.

1.1.0 - 2025-11-12 #

  • Added: New BlurredDrawer widget for creating blurred navigation drawers
  • Added: Support for both left and right drawer positions via DrawerPosition enum
  • Added: Customizable drawer parameters (blurSigma, width, backgroundColor, elevation, shadowColor, borderRadius)
  • Added: Theme-aware drawer with automatic color fallbacks
  • Enhanced: Updated example app to demonstrate BlurredDrawer usage
  • Enhanced: Updated README with drawer screenshot and improved examples
  • Fixed: Deprecated withOpacity() calls replaced with withValues() for Flutter compatibility

1.0.3 - 2025-08-30 #

  • Fixed: Resolved yellow line artifact appearing in release mode by restructuring widget hierarchy
  • Fixed: Corrected padding parameter bug (was using margin value instead)
  • Fixed: Handle margin now properly defaults to top spacing
  • Enhanced: Added new customization parameters (backgroundColor, barrierColor, maxHeight, enableDrag, useSafeArea)
  • Enhanced: Improved layout system - removed fixed width, added proper constraints and flexible content wrapping
  • Enhanced: Added subtle three-sided shadow (top, left, right) for better visual separation
  • Enhanced: Simplified widget structure for better performance and maintainability
  • Enhanced: Better theme integration with automatic color fallbacks

1.0.2 - 2025-08-06 #

  • Added Demo Screenshot.
  • Added handle in the bottom sheet.
  • Added usage example code.
7
likes
160
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter package to show blurred dialogs, bottom sheets, and drawers with shadow and radius.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_lints

More

Packages that depend on blurred_overlay