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.
1 parent 1d36fe8 commit 1a64718Copy full SHA for 1a64718
scripts/clean_example.sh
@@ -2,7 +2,9 @@ cd example
2
flutter clean
3
rm -rf ios/Podfile.lock
4
rm -rf ios/Pods
5
+rm -rf ios/.symlinks
6
7
rm -rf macos/Podfile.lock
8
rm -rf macos/Pods
9
+rm -rf macos/.symlinks
10
flutter pub get
0 commit comments