When running the flutter build apk command, I am getting the following error:
CodePudding user response:
Open your pubspec.yaml
search for this:
Then change the SDK to: ">=2.17.5 <3.0.0"
CodePudding user response:
You can write
flutter upgrade
command in terminal to update flutter sdk