unite_keyboard_visibility 0.4.0
unite_keyboard_visibility: ^0.4.0 copied to clipboard
A Flutter plugin to detect keyboard visibility across platforms using modern APIs. Supports floating keyboard and Android 15 predictive back gesture.
0.4.0 - 2025-09-16 #
Changed #
- Bump
sdkto^3.3.0andflutterto>=3.19.0. - Drop
metato^1.11.0to support Flutter3.19.0and above.
Deprecated #
- Deprecate
KeyboardVisibilityStatus.graduatesince 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.