-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Add notice on v1 embedding removal to 3.29.0 breaking changes #11749
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
|
||
If your project references any of the above classes, consult the following list for instructions on migration. | ||
|
||
* `io.flutter.app.FlutterActivity` was replaced with `io.flutter.embedding.android.FlutterActivity`. |
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.
Consider making this a table instead of text.
Visit the preview URL for this PR (updated for commit 1d82ef2): https://flutter-docs-prod--pr11749-v1-embedding-27nmggcc.web.app |
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.
Thanks for adding this notice/guide! It'll definitely be helpful :)
I made a few minor formatting and copy changes, but looks good to me!
Description of what this PR is changing or adding, and why:
The deletion of the v1 embedding (flutter/engine#51229) should have had an associated breaking changes notice. Unfortunately this was missed, under the assumption that a flutter tool check would have caught references to the v1 embedding in an earlier release, and provided upgrade instructions.
Issues fixed by this PR (if any):
flutter/flutter#164024
PRs or commits this PR depends on (if any):
Presubmit checklist