79453645

Date: 2025-02-20 07:33:09
Score: 2
Natty:
Report link

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

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Noob Saibot