Value of optional type ‘UIView?’ must be unwrapped to value type ‘UIView’
Flutter has changed splashScreenView from nonnull to nullable. The declaration has become – splashScreenView return nil when no splash screen is set but it was marked nonnull. Which is incorrect.…