Skip to content

Releases: jagritjkh/blur

v 3.1.0

03 Mar 20:35
Compare
Choose a tag to compare
  • Change: example app name
  • Update: environment SDK and flutter
  • Migrate: to android v2 embedding
  • Add: flutter lints and analysis options
  • Update: LICENSE

v3.0.0 with Breaking changes

21 Jun 10:37
Compare
Choose a tag to compare
  • 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

v2.0.0 null safety

17 Mar 11:06
Compare
Choose a tag to compare

Migrated to null safety.

v1.0.1: Add: `padding` property to `Frost` widget.

28 Nov 01:44
Compare
Choose a tag to compare
Add: `Frost.text` which takes string as input.
Add: `Frost.icon` which takes iconData as input.