diff --git a/.idx/dev.nix b/.idx/dev.nix index e47c209f..351acb69 100644 --- a/.idx/dev.nix +++ b/.idx/dev.nix @@ -45,7 +45,7 @@ adb -s localhost:5555 wait-for-device ''; - installDependencies = "flutter pub get"; + installDependencies = "flutter channel stable && flutter upgrade && flutter pub get"; }; }; # Enable previews and customize configuration