clipboard_shield library
Classes
- ClipboardCopyResult
- Represents the result of a secure clipboard copy operation.
- ClipboardShield
- Singleton clipboard protection manager.
- ClipboardShieldConfig
- Configuration for the ClipboardShield module.
- SecureCopyButton
- A widget that copies text securely to the clipboard on tap.
- SecurePasteField
- A TextField wrapper that automatically clears the clipboard after paste.
Functions
-
secureCopy(
String text, {Duration? expireAfter}) → Future< ClipboardCopyResult> -
Convenience function to securely copy
textto the clipboard.