Skip to content

[Android]: Typo in the warning message when app is running older version of Android embedding. #97950

@AlirezaDaryani

Description

@AlirezaDaryani

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    frameworkflutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versiontoolAffects the "flutter" command-line tool. See also t: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions