privacy_lens 1.0.2
privacy_lens: ^1.0.2 copied to clipboard
A lightweight Flutter widget to mask sensitive data from screen captures and recordings.
1.0.2 #
- Added:
overlayColorproperty to customize the tint color over the blurred content. - Added:
privacyChildproperty to display custom widgets (e.g., logos, icons, or text) when blurred. - Added:
enableInDebugflag to optionally disable the blur effect during development. - Added: Smooth blur transitions using
TweenAnimationBuilderfor a better user experience. - Added:
animationDurationproperty to control the speed of the blur fade-in/out effect. - Improved: Updated the example project with an interactive UI to showcase all new features.
1.0.1 #
- Fixed: Resolved
unused_fieldwarning by removing unnecessaryMethodChannelreference. - Fixed: Resolved
deprecated_member_usewarning by updating.withOpacity()to.withValues(alpha:). - Fixed: Removed
unnecessary_library_nameto improve compliance with Flutter analysis standards. - Added: Implemented
didUpdateWidgetin_PrivacyLensStatefor reactive UI updates whenisProtectedproperty changes. - Improved: Updated export structure in
lib/privacy_lens.dartfor cleaner API access. - Updated: Configured
platformssupport inpubspec.yamlfor betterpub.devcompatibility.
1.0.0 #
- Initial release of the
privacy_lenspackage. - Added
PrivacyLenswidget for selective UI masking. - Implemented
blurStrengthandisProtectedproperties for customizable security. - Added support for Flutter-based applications.