smart_keyboard_insets 0.0.1
smart_keyboard_insets: ^0.0.1 copied to clipboard
A Flutter plugin that provides accurate keyboard height and safe area bottom inset detection on Android and iOS. Perfect for chat apps.
Changelog #
0.0.1 #
- Initial release
KeyboardMetricsdata class with keyboard height, safe area bottom, and visibility stateSmartKeyboardInsetsAPI with Stream, ValueNotifier, and one-time query supportKeyboardPaddingwidget for automatic bottom paddingAnimatedKeyboardPaddingwidget for smooth animated transitions- Android support with ViewTreeObserver and WindowInsets
- iOS support with keyboard notifications and safeAreaInsets
- Example chat app demonstrating usage