blur
Blur is a wrapper widget that blur it's child. There are ImageBlur.asset and ImageBlur.network that blur the image. Frost is another wrapper which blurs the background.
4.0.2
42K downloads/mo
#1583 most downloaded on pub.dev
jagritjkh/blur
What this package is like to depend on
Last release 1 years ago
06 Apr 2025
Release timing varies
gaps range from 3 weeks to 2.2 years
Nearly every release is documented
notes for 9 of 9 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
9 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
9 releases · Oct 2020 to Apr 2025Releases
latest 9-
4.0.206 Apr 2025 -
4.0.106 Apr 2025Release notes
Open source →- Add: support for latest flutter version
3.29.2 - Change: opacity to withValues for color to avoid linter warnings
- Add: support for latest flutter version
-
4.0.021 May 2024Release notes
Open source →- Add: support for latest flutter version
3.22.0 - Update: environment sdk and flutter
- Update: flutter lints
- Update: example
- Update: LICENSE
- Add: support for latest flutter version
-
3.1.003 Mar 2022Release notes
Open source →- Change: example app name
- Update: environment SDK and flutter
- Migrate: to android v2 embedding
- Add: flutter lints and analysis options
- Update: LICENSE
Release notes
Open source →- Change: example app name
- Update: environment sdk and flutter
- Migrate: to android v2 embedding
- Add: flutter lints and analysis options
- Update: LICENSE
-
3.0.021 Jun 2021Release notes
Open source →-
Remove: ImageBlur widget
-
Remove: Frost Widget
-
Remove: Animated blur (due to not fully customizable)
-
Add: new extension of Blur as BlurExtension on Widget as blurred
-
Add: new extension of Blur as FrostExtension on Widget as frosted
-
Update: example to null safety and its code according to new extension added
-
Change: example cat asset extension from .webp to .png for iOS
Release notes
Open source →Breaking changes:-
* Remove: ImageBlur widget * Remove: Frost Widget * Remove: Animated blur (due to not fully customizable)- Add: new extension of Blur as BlurExtension on Widget as blurred
- Add: new extension of Blur as FrostExtension on Widget as frosted
- Update: example to null safety and it's code according to new extension added
- Change: example cat asset extension from .webp to .png for iOS
-
-
2.0.017 Mar 2021 -
1.0.102 Nov 2020Release notes
Open source →Add: `padding` property to `Frost` widget.
Add: `Frost.text` which takes string as input.
Add: `Frost.icon` which takes iconData as input.Release notes
Open source →- Add:
paddingproperty toFrostwidget. - Add:
Frost.textwhich takes string as input. - Add:
Frost.iconwhich takes iconData as input.
- Add:
-
1.0.001 Nov 2020Release notes
Open source →- Breaking: The
borderRadiusdatatype has changed fromdoubletoBorderRadius. - Add:
heightandwidthproperties toImageBlur.assetandImageBlur.network. - Add:
Frostclass which blurs the background of the child. - Breaking: The
overlayChildis renamed tooverlay - Add:
alignmentproperty for the overlay child.
- Breaking: The
-
0.0.108 Oct 2020Release notes
Open source →- Blur is a wrapper widget that blur it's child. There are ImageBlur.asset and ImageBlur.network that blur the image.