keyboard_size_peek 0.1.2
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
MissingPluginExceptionwhen listening.
0.1.1 #
- Add Swift Package Manager support for iOS (alongside CocoaPods).
- Add
topicsto pubspec for discoverability. - Expand dartdoc coverage on all public API members.
0.1.0 #
- Initial release.
- iOS: emits events from
UIResponder.keyboardWillShowNotification/keyboardWillHideNotificationusingUIKeyboardFrameEndUserInfoKey. - Android: emits events from
WindowInsetsAnimationCompat.Callback.onStartusingbounds.upperBound. - Broadcast
Stream<KeyboardSizeEvent>withheight(logical px) anddurationMs.