keyboard_dismisser 2.0.1
keyboard_dismisser: ^2.0.1 copied to clipboard
A simple Flutter package to hide the keyboard when performing a gesture outside of it.
[2.0.1] - February 2022 #
- Updates package to Flutter 2.10, adds doc comments to gesture types.
[2.0.0] - March 2021 #
- Migrates package to Dart null safety.
[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.