fog_edge_blur 0.0.12 copy "fog_edge_blur: ^0.0.12" to clipboard
fog_edge_blur: ^0.0.12 copied to clipboard

A Flutter plugin that adds a customizable fog edge blur effect for immersive UI headers, overlays, and scroll effects.

0.0.2 #

  • Initial release of the FogEdgeBlur plugin.
  • Added fog edge blur for customizable top - bottom - right - left overlays.

0.0.3 #

  • Fix the scroll touch area on the blurry region.
  • Limiting Sigma values to ensure UI quality.

0.0.5 #

  • Improve edge blur transition logic to scale proportionally to the blur region size.
  • Fix streaking/stretching artifacts at the blur boundary when edgeIntensity is set to 0.0.

0.0.6 #

  • New Feature: Introduce BlurVersion enum to support dual rendering pipelines (original and advanced).
  • Original Mode (Default): Uses a highly optimized hardware-accelerated gradient mix for ultra-smooth 120fps performance without banding artifacts.
  • Advanced Mode: Implements true dynamic-radius variable blur. Includes Minimum Sigma Clamping, Sub-threshold Soft Blending, and AAA-grade Interleaved Gradient Noise (IGN) dithering to eliminate pixelation and banding.

0.0.7 #

  • Fix broken demo images in README.md.

0.0.12 #

  • New Feature: Added support for Swift Package Manager (SPM). This prepares the plugin for Flutter 3.44+ where SPM becomes the default for iOS and macOS.
8
likes
150
points
437
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that adds a customizable fog edge blur effect for immersive UI headers, overlays, and scroll effects.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_shaders, plugin_platform_interface

More

Packages that depend on fog_edge_blur

Packages that implement fog_edge_blur