smart_keyboard 0.1.1
smart_keyboard: ^0.1.1 copied to clipboard
A Flutter plugin for real-time keyboard height tracking with configurable throttling, and programmatic keyboard show/hide on iOS and Android.
0.1.0 #
- Initial release.
- Real-time keyboard height tracking with configurable throttle interval.
- Know final keyboard height for smooth transition animations.
- Programmatic keyboard show/hide support.
- Android: WindowInsetsAnimationCompat (API 30+) with OnGlobalLayoutListener fallback.
- iOS: Keyboard notifications with CADisplayLink real-time tracking.