keyboard_hider 0.1.0
keyboard_hider: ^0.1.0 copied to clipboard
A tiny Flutter package to help you hide the keyboard.
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.