blurred_container 0.0.7 copy "blurred_container: ^0.0.7" to clipboard
blurred_container: ^0.0.7 copied to clipboard

A Flutter widget for creating blurred, frosted-glass styled containers with a simple API.

blurred_container #

A Flutter widget for creating blurred, frosted-glass styled containers.
BlurredContainer extends Flutter’s Container and adds a customizable blur effect using BackdropFilter, while keeping the API very close to the default Container.


✨ Features #

  • Easy-to-use API similar to Container
  • Customizable blur intensity via blur property
  • Supports:
    • width, height
    • margin, padding, alignment
    • color and decoration
    • constraints, transform, foregroundDecoration ,,,
  • Smooth corner clipping with clipBehavior

📦 Installation #

Add the dependency to your pubspec.yaml:

dependencies:
  blurred_container: ^0.0.1
1
likes
130
points
240
downloads

Publisher

verified publishermouradbarkouch.dev

Weekly Downloads

A Flutter widget for creating blurred, frosted-glass styled containers with a simple API.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on blurred_container