Add the following code to the build.gradle file under the repositories section in both the buildscript and allprojects blocks:
maven {
url 'http://download.flutter.io'
}
Then run the command:
flutter pub cache repair
Go through these stackoverflow answers for more details