screenveil 0.0.1
screenveil: ^0.0.1 copied to clipboard
A premium, highly customizable Flutter package to protect sensitive content with blur, images, or custom widgets when the app is in the background or app switcher.
0.0.1 #
- Initial Release
- Support for customizable app switcher protection overlay screens.
- Three highly configurable protection modes:
VeilType.blur: Gaussian blur filter with customizable intensity (sigma) and color layers.VeilType.image: Image cover displaying local asset or remote network images with customizable aspect ratio scaling and overlay tints.VeilType.custom: High-fidelity completely custom widget builder (e.g. locks, passcode screens, or branding dashboards).
- Auto-observer utilizing
WidgetsBindingObserverto track foreground-to-background transitions instantly. - Extensible support for programmatic manual override trigger
forceShowto lock screen during secure processing. - Fully fluid fade transition animations with adjustable timing options.