From 81f482e618e0a70bc2a55ae9152067b3ded8ada6 Mon Sep 17 00:00:00 2001 From: Shayan Mohammadi Date: Fri, 23 Jul 2021 06:17:11 +0430 Subject: [PATCH] fixed keyboard hiding choices issue. --- lib/selection_dialog.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/selection_dialog.dart b/lib/selection_dialog.dart index 176d0ee2..17d5edab 100644 --- a/lib/selection_dialog.dart +++ b/lib/selection_dialog.dart @@ -100,6 +100,8 @@ class _SelectionDialogState extends State { ), Expanded( child: ListView( + padding: EdgeInsets.only( + bottom: MediaQuery.of(context).viewInsets.bottom), children: [ widget.favoriteElements.isEmpty ? const DecoratedBox(decoration: BoxDecoration())