Update app_config.sh
No .dart_tool/package_config.json file found, please run "pub get". This seems to fix this
plowsof committed
Jan 9, 2022 at 21:19 UTC
efbb1f195144016fb8f6195adb9650d2041b3b25
1 file changed
+2
-1
scripts/android/app_config.sh
+2
-1
@@ -21,4 +21,5 @@ case $APP_ANDROID_TYPE in
21
esac
22
23
cd ../..
24
-flutter packages pub run tool/configure.dart $CONFIG_ARGS
\ No newline at end of file
24
+flutter pub get
25
+flutter packages pub run tool/configure.dart $CONFIG_ARGS