smart_keyboard_insets 0.0.1 copy "smart_keyboard_insets: ^0.0.1" to clipboard
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
  • KeyboardMetrics data class with keyboard height, safe area bottom, and visibility state
  • SmartKeyboardInsets API with Stream, ValueNotifier, and one-time query support
  • KeyboardPadding widget for automatic bottom padding
  • AnimatedKeyboardPadding widget for smooth animated transitions
  • Android support with ViewTreeObserver and WindowInsets
  • iOS support with keyboard notifications and safeAreaInsets
  • Example chat app demonstrating usage
1
likes
160
points
69
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides accurate keyboard height and safe area bottom inset detection on Android and iOS. Perfect for chat apps.

Repository (GitHub)
View/report issues

Topics

#keyboard #insets #safe-area #chat #ui

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on smart_keyboard_insets

Packages that implement smart_keyboard_insets