super_keyboard 0.3.0
super_keyboard: ^0.3.0 copied to clipboard
A plugin that reports keyboard visibility and size.
0.3.0 #
Nov 4, 2025 #
- BREAKING: Moved logging to a class called
SKLog, made log printer configurable by client apps. - BREAKING: Adjusted platform logging so that platform logs can (optionally) be forwarded to the Flutter-side logger.
0.2.2 #
July 6, 2025 #
- FEATURE:
KeyboardHeightSimulatorcan now render a widget version of a software keyboard in golden tests. - ADJUSTMENT: Added an option for
KeyboardPanelScaffoldto bypass Flutter'sMediaQuery.
0.2.1 #
May 26, 2025 #
- FIX: Fix keyboard test simulator - we accidentally hard coded the keyboard height in a few places, now it respects the desired keyboard height.
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.