flutter_password_input 0.1.2
flutter_password_input: ^0.1.2 copied to clipboard
A customizable password text field widget with Caps Lock detection, visibility toggle, force English input mode, and comprehensive theming support.
0.1.2 #
feat
- Add
disablePasteoption to block paste functionality (default: false)- Blocks both keyboard shortcuts (Ctrl+V/Cmd+V) and context menu paste
0.1.1 #
feat
- Add
forceEnglishInputoption to force English keyboard input when focused (default: true)- Windows: Disables IME when focused, re-enables when unfocused
- macOS: Switches to English keyboard and maintains it while focused
- Add
ExcludeFocuswrapper to visibility toggle button to prevent focus stealing
chore
- Add macOS platform support to example app
- Update
flutter_imedependency version
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