keyboard_hider 0.1.0
keyboard_hider: ^0.1.0 copied to clipboard
A tiny Flutter package to help you hide the keyboard.
keyboard_hider
#
A tiny Flutter package to help you hide the keyboard.
Important links #
- Read the source code and star the repo on GitHub
- Open an issue on GitHub
- See package on
pub.dev
- Read the docs on
pub.dev
- Stack Overflow - How can I dismiss the on screen keyboard?
- Flutter Docs -
GestureDetector
,SystemChannels
,SystemChannels.textInput
,FocusScopeNode
,FocusNode.unfocus
If you enjoy using this package, a thumbs up on pub.dev would be highly appreciated! 👍💙🚀
Motivation #
- i visited for the "hide the keeb with flutter" probably at every project I worked on, and remembering the details of that functions is annoying
- I submitted my own answer, with a widget, and I've grown to like this approach and missed it in some projects. I added now in a simple package
Usage #
explain... link to example gif with tap visible
explain helper functions
TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.
Features #
TODO: List what your package can do. Maybe include images, gifs, or videos.
Getting started #
TODO: List prerequisites and provide or point to information on how to start using the package.
Usage #
TODO: Include short and useful examples for package users. Add longer examples
to /example
folder.
const like = 'sample';
Additional information #
TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.