keyboard_size_peek 0.1.2 copy "keyboard_size_peek: ^0.1.2" to clipboard
keyboard_size_peek: ^0.1.2 copied to clipboard

Reports the keyboard's final height before the show/hide animation starts. Size bottom sheets and attachment panels without debounce magic.

0.1.2 #

  • Return an inert empty stream on platforms without a native implementation (macOS/desktop/web) instead of throwing MissingPluginException when listening.

0.1.1 #

  • Add Swift Package Manager support for iOS (alongside CocoaPods).
  • Add topics to pubspec for discoverability.
  • Expand dartdoc coverage on all public API members.

0.1.0 #

  • Initial release.
  • iOS: emits events from UIResponder.keyboardWillShowNotification / keyboardWillHideNotification using UIKeyboardFrameEndUserInfoKey.
  • Android: emits events from WindowInsetsAnimationCompat.Callback.onStart using bounds.upperBound.
  • Broadcast Stream<KeyboardSizeEvent> with height (logical px) and durationMs.
3
likes
160
points
144
downloads

Documentation

API reference

Publisher

verified publisherstojanovventures.com

Weekly Downloads

Reports the keyboard's final height before the show/hide animation starts. Size bottom sheets and attachment panels without debounce magic.

Repository (GitHub)
View/report issues

Topics

#keyboard #ime #inset #mobile

License

MIT (license)

Dependencies

flutter

More

Packages that depend on keyboard_size_peek

Packages that implement keyboard_size_peek