-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Make splashScreenView of FlutterViewController nullable #7385
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
Make splashScreenView of FlutterViewController nullable #7385
Conversation
jmagman
left a comment
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 the migration change @zhongwuzw! Rearranged this a bit. The tech writers will also take a look.
src/release/breaking-changes/ios-flutterviewcontroller-splashscreenview-nullable.md
Outdated
Show resolved
Hide resolved
src/release/breaking-changes/ios-flutterviewcontroller-splashscreenview-nullable.md
Outdated
Show resolved
Hide resolved
src/release/breaking-changes/ios-flutterviewcontroller-splashscreenview-nullable.md
Outdated
Show resolved
Hide resolved
src/release/breaking-changes/ios-flutterviewcontroller-splashscreenview-nullable.md
Outdated
Show resolved
Hide resolved
src/release/breaking-changes/ios-flutterviewcontroller-splashscreenview-nullable.md
Outdated
Show resolved
Hide resolved
src/release/breaking-changes/ios-flutterviewcontroller-splashscreenview-nullable.md
Show resolved
Hide resolved
src/release/breaking-changes/ios-flutterviewcontroller-splashscreenview-nullable.md
Outdated
Show resolved
Hide resolved
|
PTAL @sfshaza2 |
src/release/breaking-changes/ios-flutterviewcontroller-splashscreenview-nullable.md
Outdated
Show resolved
Hide resolved
jmagman
left a comment
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
@sfshaza2 can you take a look?
|
@khanhnwin can we get this merged? Is another review needed? |
|
I wanted to make sure @sfshaza2 got a chance to review the language, but since she's OOO and this PR has been sitting for a while, I can go ahead and merge. Shams, let me know if you want to make any retroactive language changes! |
|
Merged. Thanks @zhongwuzw @cyanglaz @jmagman! |
Make splashScreenView of FlutterViewController nullable flutter/engine#34743.
We should make splashScreenView nullable, then Swift users can remove splashScreenView if they set nil.
Presubmit checklist