Last active
December 23, 2024 20:50
-
-
Save vincevargadev/da8a46f35ac7ca7a6cdc29cf442b0a5b to your computer and use it in GitHub Desktop.
Fix all Flutter issues ever!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -f ios/Podfile ios/Podfile.lock pubspec.lock && rm -rf ios/Runner.xcworkspace/xcshareddata/ && | |
flutter clean && | |
flutter pub cache repair && | |
rm -f ios/Podfile ios/Podfile.lock pubspec.lock && | |
flutter pub get && | |
flutter pub run build_runner clean |
rm -f ios/Podfile ios/Podfile.lock pubspec.lock && rm -rf ios/Runner.xcworkspace/xcshareddata/ &&
fvm flutter clean &&
fvm flutter pub cache repair &&
rm -f ios/Podfile ios/Podfile.lock pubspec.lock &&
fvm flutter pub get &&
fvm flutter pub run build_runner clean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
flutter/flutter#41900 (comment)