keyboard_dismisser 1.0.2
keyboard_dismisser: ^1.0.2 copied to clipboard
A simple Flutter package to hide the keyboard when performing a gesture outside of it.
[1.0.2] - April 2020 #
- Moves the unfocusing method to use
WidgetsBinding.focusManager
.
[1.0.1] - April 2020 #
- Updates the keyboard unfocusing method under the hood, so that KeyboardDismisser keeps working even when placed above MaterialApp with Flutter 1.17.0.
[1.0.0] - February 2020 #
- Initial Open Source release.