keyboard_insets_mobile 0.1.2
keyboard_insets_mobile: ^0.1.2 copied to clipboard
A Flutter plugin that provides real-time keyboard height and visibility state
keyboard_insets_mobile #
Android + iOS implementation of the keyboard_insets plugin.
Features #
- Native FFI-based bindings for Android and iOS.
- Streams real-time keyboard height and visibility.
- Provides
ValueNotifierfor persistent safe area bottom inset. - Uses platform-native APIs:
- iOS:
UIKeyboardWillShow/Hidenotifications +CADisplayLinkfor per-frame updates. - Android:
WindowInsetsCompat+WindowInsetsAnimationCompat.
- iOS:
Requirements #
- iOS minimum deployment target: 13.0
- Android: API 21+
Usage #
This package is not intended to be used directly.
Depend on keyboard_insets instead.
This package will be selected automatically on Android and iOS.