keyboard_hider 1.0.0  keyboard_hider: ^1.0.0 copied to clipboard
keyboard_hider: ^1.0.0 copied to clipboard
This tiny Flutter package help you hide the keyboard. With convenient helper methods and the KeyboardHider widget.
1.0.0 #
Stable release.
0.2.0 #
Improved docs and README. Added example app.
0.1.0 #
Initial release.
KeyboardHider widget with optional HideMode to either unfocus the current FocusScope, or to use SystemChannels.textInput to hide the keyboard.
It also includes the unfocus and hideTextInput helper methods.