blurbox 0.0.4 blurbox: ^0.0.4 copied to clipboard
A Flutter package that applies a blur effect to its child widget.
0.0.1 - [26 March 2024]. #
🎉 First Release #
- This is my first flutter package.
- Now with
BlurBox
you can use the blur effect in Flutter more easily than before - Wait for cool updates
0.0.2 - [26 March 2024]. #
- Now with
BlurBox
you can use the blur effect in Flutter more easily than before - Wait for cool updates
- Update README.md file :)
0.0.3 - [26 March 2024]. #
- Code optimization
- Fix README.md bugs :)
0.0.4 - [31 August 2024]. #
-
AnimatedBlurBox A widget that provides animated transitions when changing blur values.
-
ThemedBlurBox Automatically adapts the blur box's colors to match the current app theme.
-
PresetBlurBox Offers predefined blur styles (
soft
,heavy
,subtleShadow
) for quick and easy use. -
blurry extension