Update Gradle in Flutter project
Here is how I upgraded gradle in my older Flutter project: Create a new temp project with the latest version of Flutter. You’ll use this to see what version of gradle Flutter is using nowadays. In the temp project open android/build.gradle check the classpath version of gradle being used and update that in your old … Read more