super_keyboard 0.2.0
super_keyboard: ^0.2.0 copied to clipboard
A plugin that reports keyboard visibility and size.
0.2.0 May 26, 2025 #
- BREAKING: Keyboard state and height are now reported together as a "geometry" data structure.
- ADJUSTMENT: Android - Bottom padding is now reported along with keyboard height and state.
0.1.1 Mar 27, 2025 #
- FIX: Android - Only listen for keyboard changes between
onResume
andonPause
. - FIX: Android - Report closed keyboard upon
onResume
in case it closed after switching the app. - ADJUSTMENT: Flutter + Platforms - Make logging controllable.
0.1.0 Dec 22, 2024 #
Initial release:
- iOS: Reports keyboard closed, opening, open, and closing. No keyboard height.
- Android: Reports keyboard closed, opening, open, and closing, as well as keyboard height.