secure_textfield library
Secure TextField Package
A Flutter package providing a TextField widget that blocks copy, paste, cut, and select all operations across iOS, Android, and web platforms.
The main export is SecureTextField, which extends Flutter's standard TextField functionality while preventing common clipboard operations through keyboard shortcuts and context menus.
Classes
- SecureTextField
- A secure text field that blocks copy, paste, cut, and select all operations across iOS, Android, and web platforms.