blur 2.0.0
blur: ^2.0.0 copied to clipboard
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.
2.0.0 - 2021-03-17 #
- migrate to null safety.
1.0.1 - 2020-11-02 #
- Add:
paddingproperty toFrostwidget. - Add:
Frost.textwhich takes string as input. - Add:
Frost.iconwhich takes iconData as input.
1.0.0 - 2020-11-02 #
- 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.
0.0.1 2020-10-8 #
- Blur is a wrapper widget that blur it's child. There are ImageBlur.asset and ImageBlur.network that blur the image.