Warning
Your Flutter application is created using an older version of the Android
embedding. It is being deprecated in favor of Android embedding v2. Follow the
steps at
https://flutter.dev/go/android-project-migration
to migrate your project. You may also pass the --ignore-deprecation flag to
ignore this check and continue with the deprecated v1 embedding. However,
the v1 Android embedding will be removed in future versions of Flutter.
The detected reason was:
/Users/user/flutter_app/android/app/src/main/AndroidManifest.xml uses android:name="io.flutter.app.FutterApplication"
io.flutter.app.FutterApplication is wrong!
it must be : io.flutter.app.FlutterApplication
Warning
The detected reason was:
/Users/user/flutter_app/android/app/src/main/AndroidManifest.xml uses
android:name="io.flutter.app.FutterApplication"io.flutter.app.FutterApplicationis wrong!it must be :
io.flutter.app.FlutterApplication