mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Handle willChangeFrame to handle keyboard show, resize, reposition (split, move floating keyboard) events. Handle willBeHidden events for keyboard dismissal. Fixes incorrect bottom padding introduced in f2581c9bcc32f9e2e7372eb7e94a8aa9f5aab0b2 due to didChangeFrame notification firing after willBeHidden on keyboard dismissal.