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.
flutter pub get
1 parent 96ac0a0 commit 7f27860Copy full SHA for 7f27860
.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 && flutter pub get";
+ updateStable = "flutter channel stable && flutter upgrade && for dir in `find . -name pubspec.yaml -exec dirname {} \; | sort`; do pushd $dir ; flutter pub get; popd; done";
25
};
26
27
0 commit comments