Show these error . Execution failed for task ‘:app:generateDebugBuildConfig’ or ‘. :app:cleanMergeDebugAssets’ or :app:compileFlutterBuildDebug
:app:generateDebugBuildConfig :app:compileFlutterBuildDebug :app:cleanMergeDebugAssets These errors are displayed. Each time you do a Flutter run, you will see one of these three. I could not build by manually deleting the .gradlew file. The android file is almost identical to the default one in the Flutter project. Slightly different is that the Admob code is included. $flutter […]
Could not get unknown property ‘kotlin_version’ Flutter packages
after updating Flutter I’m getting this error with almost every package I add to the project. For this example we’ll use the permission_handler package.