privacy_lens 1.0.1
privacy_lens: ^1.0.1 copied to clipboard
A lightweight Flutter widget to mask sensitive data from screen captures and recordings.
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.