unite_keyboard_visibility 0.4.1
unite_keyboard_visibility: ^0.4.1 copied to clipboard
A Flutter plugin to detect keyboard visibility across platforms using modern APIs. Supports floating keyboard and Android predictive back gesture.
0.4.1 - 2025-09-25 #
Fixed #
- Fix visibility detection failing on Android 10 (API 29) and below.
- Improve detection accuracy on Android 11 (API 30) and above.
0.4.0 - 2025-09-16 #
Changed #
- Bump
sdk
to^3.3.0
andflutter
to>=3.19.0
. - Drop
meta
to^1.11.0
to support Flutter3.19.0
and above.
Deprecated #
- Deprecate
KeyboardVisibilityStatus.graduate
since it is no longer in use.
Fixed #
- Fix a rare race condition on Android that causes the app to crash when the plugin initializes before the Flutter activity starts.