Skip to content

Commit 0a23cc7

Browse files
committed
Update minimal Flutter version to 3.38.3
Bump the required Flutter version from 3.38.2 to 3.38.3 in both .fvmrc and flutter_base.py to ensure compatibility with the latest release.
1 parent c34f553 commit 0a23cc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.fvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"flutter": "3.38.2"
2+
"flutter": "3.38.3"
33
}

sdk/python/packages/flet-cli/src/flet_cli/commands/flutter_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
PYODIDE_ROOT_URL = "https://cdn.jsdelivr.net/pyodide/v0.27.7/full"
2121
DEFAULT_TEMPLATE_URL = "gh:flet-dev/flet-build-template"
2222

23-
MINIMAL_FLUTTER_VERSION = version.Version("3.38.2")
23+
MINIMAL_FLUTTER_VERSION = version.Version("3.38.3")
2424

2525
no_rich_output = get_bool_env_var("FLET_CLI_NO_RICH_OUTPUT")
2626

0 commit comments

Comments
 (0)