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 4103fe7a4006409bbf7e1ad1b06c1f6fbdd12632 due to didChangeFrame notification firing after willBeHidden on keyboard dismissal.