You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, iOS Content Mode for LaunchBackground is always set to "Scale To Fill".
I think it would be nice to be able to set it to other content mode, so added "ios_background_content_mode" parameter.
Thanks for the contribution, but I don't want to expand the background_image parameter. It generally causes confusion when people use it instead of using the image parameter. If anything, I would prefer PR's that resolve this confusion, and limit errors that happen such as when people use ios_content_mode without an image parameter, resulting in a black screen such as #775.
Thanks for your review!
I understand you prefer fixing errors of "ios_content_mode".
However, even if those errors are fixed, there is still no way to change content mode for background image?
That option will be useful for when you use same background image for iPhone and iPad, and you don't wanna change aspect ratio for the image to fit screens.
I found out this package has same option, and it would be nice for flutter_native_splash to have same useful option. https://pub.dev/packages/splash_master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, iOS Content Mode for LaunchBackground is always set to "Scale To Fill".
I think it would be nice to be able to set it to other content mode, so added "ios_background_content_mode" parameter.