flutter_keyboard_visibility_temp_fork library
Classes
- IgnoreKeyboardDismiss
- Used to ignore keyboard dismiss requests for a specific Widget or Widget tree.
- KeyboardDismissOnTap
- Removes the current focus and hides the keyboard when the user taps on this widget.
- KeyboardVisibilityBuilder
- A convenience builder that exposes if the native keyboard is visible.
- KeyboardVisibilityController
- Provides direct information about keyboard visibility and allows you to subscribe to changes.
- KeyboardVisibilityProvider
- Widget that reports to its descendants whether or not the keyboard is currently visible.
- KeyboardVisibilityTesting