From 145f0ef455132e9ef06af3941bcccd3f27d897de Mon Sep 17 00:00:00 2001 From: ndonkoHenri Date: Fri, 7 Feb 2025 01:54:27 +0100 Subject: [PATCH 1/2] initial commit --- packages/flet/lib/src/controls/dropdown.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flet/lib/src/controls/dropdown.dart b/packages/flet/lib/src/controls/dropdown.dart index 3b27dc595..f83558b54 100644 --- a/packages/flet/lib/src/controls/dropdown.dart +++ b/packages/flet/lib/src/controls/dropdown.dart @@ -190,7 +190,7 @@ class _DropdownControlState extends State with FletStoreMixin { iconSize: widget.control.attrDouble("selectIconSize", 24.0)!, borderRadius: borderRadius, alignment: alignment ?? AlignmentDirectional.centerStart, - isExpanded: widget.control.attrBool("optionsFillHorizontally", false)!, + isExpanded: widget.control.attrBool("optionsFillHorizontally", true)!, icon: selectIconCtrl.isNotEmpty ? createControl(widget.control, selectIconCtrl.first.id, disabled) : selectIconStr != null? Icon(selectIconStr): null, From 0df2d66d816a9ee06ff6fd26669c24a2a88c32b2 Mon Sep 17 00:00:00 2001 From: ndonkoHenri Date: Fri, 7 Feb 2025 01:54:34 +0100 Subject: [PATCH 2/2] .fvmrc --- client/.fvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/.fvmrc b/client/.fvmrc index 0fdcb4876..d7891c2a2 100644 --- a/client/.fvmrc +++ b/client/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.27.1" + "flutter": "3.27.3" } \ No newline at end of file