mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
a94e88200a
This allows for us to start migrating framework classes (notably Scaffold) to use window.viewInsets.bottom to get the keyboard height. Once framework updates have landed, we will land an engine patch to expose the iOS bottom safe area inset as padding. This change is already landed for Android. Related issue: flutter/flutter#12098