diff --git a/clean.sh b/clean.sh new file mode 100644 index 0000000..f820f0f --- /dev/null +++ b/clean.sh @@ -0,0 +1,7 @@ +flutter clean +flutter pub get +rm -rf ios/Pods +rm -rf ios/Podfile.lock +cd ios +pod install +cd ..