-
Notifications
You must be signed in to change notification settings - Fork 6k
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
load default splash screen when not init with engine #6925
Conversation
LGTM |
test? |
I'm not really sure how we could best test this. We don't have any facilities for running Objective C tests in the engine right now. I started some in https://github.com/flutter/ios_add2app - been talking with @cbracken about how we might be able to get those into the engine repo. |
If we could run XCTests, for example, we could assert that a FlutterViewController has a non-nil splash screen for a flutter tool created project. |
This change looks fine to me, but I thought that #6883 was intentionally a breaking change; you wanted people to opt-in to using the default splash screen. |
@jamesderlin it was only intended to be breaking for add2app cases, not for "regular" flutter apps. |
flutter/engine@1e37b99...99e73d8 git log 1e37b99..99e73d8 --no-merges --oneline 99e73d8 Roll buildroot to 29a5d76757ec12655c0562b317830f669bd44ea7. (flutter/engine#6929) df2e939 load default splash screen when not init with engine (flutter/engine#6925) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
This fixes a regression for regular flutter apps caused by #6883.
Fixes flutter/flutter#24563