-
Notifications
You must be signed in to change notification settings - Fork 6k
Add FlutterPlayStoreSplitApplication to v2 embedding #29241
Conversation
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
cc @camsim99 FYI, part of things needed to begin deprecation of v1 embedding |
* }</pre> | ||
* | ||
* This class is meant to be used with the Google Play store. Custom non-play store applications do | ||
* not need to extend SplitCompatApplication and should inject a custom {@link |
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.
nit: link for SplitCompatApplication
flutter/engine#29241 moves FlutterPlayStoreSplitApplication to the embedding package as we look to remove the v1 embedding. This updates the manifest to reflect this change.
With the deprecation of the v1 embedding, this convenience application class should be included/replicated under the v2 embedding as well for deferred components.
In a future PR, we can also use the work done in flutter/#90944 to automatically set the application to include splitcompat.