-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Remove doc for --ignore-deprecation and check for pubspec before v1 embedding check #108523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -599,14 +599,11 @@ class AndroidProject extends FlutterProjectPlatform { | |||
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 | |||
embedding. It is being deprecated in favor of Android embedding v2. Migrate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe "To migrate your project, follow the steps at" per the recommendation against telling people to do something in the style guide. (That's in the documentation section, but seems relevant here.)
This pull request is not suitable for automatic merging in its current state.
|
This pull request is not suitable for automatic merging in its current state.
|
…ore v1 embedding check (flutter/flutter#108523)
…ore v1 embedding check (flutter/flutter#108523)
Fixes #96642
Also removes the documentation for the
--ignore-deprecation
flag as we no longer want developers to ignore this warning. The flag still works and can be used, but developers will no longer see the suggestion to use it anymore.The next step is to deprecate the
--ignore-deprecation
flag entirely to disable building for v1 embedding.