Skip to content

Commit 221e4d8

Browse files
authored
Fix dependencies dev.nix (#91)
1 parent 600e682 commit 221e4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.idx/dev.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
4646
adb -s localhost:5555 wait-for-device
4747
'';
48-
installDependencies = "flutter pub get";
48+
installDependencies = "flutter channel stable && flutter upgrade && flutter pub get";
4949
};
5050
};
5151
# Enable previews and customize configuration

0 commit comments

Comments
 (0)