Why build failed due to use of deprecated android v1 embedding ?
It looks like you are facing an issue with the deprecated Android v1 embedding in your Flutter project. The error message suggests that the problem is related to the use of io.flutter.app.FutterApplication in the AndroidManifest.xml file. To resolve this issue and migrate your project to the new Android v2 embedding, follow these steps: Open the […]
Why build failed due to use of deprecated android v1 embedding ? Read More »