From 00863d66bcdfa8522c0568bdbbefe10cb391e6a7 Mon Sep 17 00:00:00 2001 From: Huy Date: Sat, 19 Apr 2025 06:49:25 +0700 Subject: [PATCH] Fix keyboard cover SearchAnchor list results (#165382) Fix https://github.com/flutter/flutter/issues/159261 We can leverage `MediaQuery.viewInsets` to handle this case. Once the keyboard prompts and covers the SearchAnchor suggestion list, it will need a bottom padding equivalent to `MediaQuery.viewInsetsOf(context).bottom` so that it's possible to view the whole list. | before | after | | --------------- | --------------- |