From 514403956cf5c577d45a1430d6f93fc5bcb094df Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 22:07:26 +0300 Subject: [PATCH] Fix Windows build failure due to missing "which" command Skip Linux-specific compiler configuration when building on Windows to prevent ProcessException and restore cross-platform compatibility. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index fd59f9b..d6850c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ repository: https://github.com/ardera/flutterpi_tool environment: sdk: ^3.0.5 - flutter: ">=3.44.0" + flutter: ">=3.38.0" executables: # TODO(ardera): Maybe add an alias `flutterpi-tool` here?