privacy_lens 1.0.1 copy "privacy_lens: ^1.0.1" to clipboard
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_field warning by removing unnecessary MethodChannel reference.
  • Fixed: Resolved deprecated_member_use warning by updating .withOpacity() to .withValues(alpha:).
  • Fixed: Removed unnecessary_library_name to improve compliance with Flutter analysis standards.
  • Added: Implemented didUpdateWidget in _PrivacyLensState for reactive UI updates when isProtected property changes.
  • Improved: Updated export structure in lib/privacy_lens.dart for cleaner API access.
  • Updated: Configured platforms support in pubspec.yaml for better pub.dev compatibility.

1.0.0 #

  • Initial release of the privacy_lens package.
  • Added PrivacyLens widget for selective UI masking.
  • Implemented blurStrength and isProtected properties for customizable security.
  • Added support for Flutter-based applications.
0
likes
0
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter widget to mask sensitive data from screen captures and recordings.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on privacy_lens

Packages that implement privacy_lens