flutter_password_input 0.1.0
flutter_password_input: ^0.1.0 copied to clipboard
A customizable password text field widget with Caps Lock detection, visibility toggle, and comprehensive theming support.
0.1.0 #
feat
- Add
PasswordTextFieldwidget with obscured text input - Add Caps Lock detection using
flutter_imepackage (Windows, macOS supported) - Add password visibility toggle button
- Add
prefixWidgetandsuffixWidgetsupport - Add
PasswordTextFieldThemefor comprehensive styling customization - Add
merge()andcopyWith()methods for theme manipulation - Add interactive playground example app
docs
- Add detailed English documentation for all public APIs