- Add: support for latest flutter version
3.22.0
- Update: environment sdk and flutter
- Update: flutter lints
- Update: example
- Update: LICENSE
- Change: example app name
- Update: environment sdk and flutter
- Migrate: to android v2 embedding
- Add: flutter lints and analysis options
- Update: LICENSE
* 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
- migrate to null safety.
- Add:
padding
property toFrost
widget. - Add:
Frost.text
which takes string as input. - Add:
Frost.icon
which takes iconData as input.
- Breaking: The
borderRadius
datatype has changed fromdouble
toBorderRadius
. - Add:
height
andwidth
properties toImageBlur.asset
andImageBlur.network
. - Add:
Frost
class which blurs the background of the child. - Breaking: The
overlayChild
is renamed tooverlay
- Add:
alignment
property for the overlay child.
- Blur is a wrapper widget that blur it's child. There are ImageBlur.asset and ImageBlur.network that blur the image.