From efbb1f195144016fb8f6195adb9650d2041b3b25 Mon Sep 17 00:00:00 2001 From: plowsof <77655812+plowsof@users.noreply.github.com> Date: Sun, 9 Jan 2022 21:19:06 +0000 Subject: [PATCH] Update app_config.sh No .dart_tool/package_config.json file found, please run "pub get". This seems to fix this --- scripts/android/app_config.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/android/app_config.sh b/scripts/android/app_config.sh index 1fcfa7fcf..95df30548 100755 --- a/scripts/android/app_config.sh +++ b/scripts/android/app_config.sh @@ -21,4 +21,5 @@ case $APP_ANDROID_TYPE in esac cd ../.. -flutter packages pub run tool/configure.dart $CONFIG_ARGS \ No newline at end of file +flutter pub get +flutter packages pub run tool/configure.dart $CONFIG_ARGS