Review the default App Manifest file AndroidManifest.xml
located in <app dir>/android/app/src/main
and verify the values are correct, especially:
application
: Edit the android:label
in the application
tag to reflect the final name of the app.
uses-permission
: Remove the android.permission.INTERNET
permission if your application code does not need Internet access. The standard template includes this tag to enable communication between Flutter tools and a running app.