I have a scaffold with a TextField inside. The keyboard always covers this field when it previously would move the field above the keyboard. This is happening on all the pages i
When the keyboard opens, MediaQuery.of(context).viewInsets.bottom changes to reflect the new bottom (which is now at the top of the keyboard).
However, the Android app may be in fullscreen:
#FFFF00
When this is the case, viewInsets.bottom will always be 0.0, even when the keyboard is open,
viewInsets.bottom
0.0