blurred_overlay 1.0.3
blurred_overlay: ^1.0.3 copied to clipboard
A lightweight Flutter package to show blurred dialogs and bottom sheets with shadow and radius.
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.