Skip to content

Commit 7f27860

Browse files
Run flutter pub get in project directories
1 parent 96ac0a0 commit 7f27860

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
@@ -21,7 +21,7 @@
2121
workspace = {
2222
# Runs when a workspace is first created
2323
onCreate = {
24-
updateStable = "flutter channel stable && flutter upgrade && flutter pub get";
24+
updateStable = "flutter channel stable && flutter upgrade && for dir in `find . -name pubspec.yaml -exec dirname {} \; | sort`; do pushd $dir ; flutter pub get; popd; done";
2525
};
2626
};
2727
};

0 commit comments

Comments
 (0)