We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev.nix
1 parent e0208d8 commit 0bf54d8Copy full SHA for 0bf54d8
.idx/dev.nix
@@ -21,7 +21,7 @@
21
workspace = {
22
# Runs when a workspace is first created
23
onCreate = {
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";
+ updateStable = "flutter channel stable && flutter upgrade";
25
};
26
27
0 commit comments