This commit is contained in:
RedyAu
2021-08-31 01:06:55 +00:00
parent 659b2885cf
commit 4c229a5db0
2 changed files with 68 additions and 0 deletions

8
fix-pub.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
cd filcnaplo && pwd && flutter clean && flutter pub get && cd ..
cd filcnaplo_kreta_api && pwd && flutter clean && flutter pub get && cd ..
cd filcnaplo_mobile_ui && pwd && flutter clean && flutter pub get && cd ..
cd filcnaplo_desktop_ui && pwd && flutter clean && flutter pub get && cd ..
echo Fixed pub.