flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.82k stars 3.22k forks source link

Add splash screen diagram to 'Adding a splash screen to your iOS app' #8747

Open parlough opened 1 year ago

parlough commented 1 year ago

Page URL

https://docs.flutter.dev/development/platform-integration/ios/splash-screen/

Page source

https://github.com/flutter/website/tree/main/src/development/platform-integration/ios/splash-screen.md

Describe the problem

The previous combined splash screen page had a nice image illustrating a splash screen flow. Since the pages are split by platform now, it's only present on the Android equivalent.

Expected fix

The iOS splash screen page should have an image similar to the Android splash screen page (https://docs.flutter.dev/development/platform-integration/android/splash-screen), which illustrates the flow. Making sure the flow is compatible with how iOS splash screens are implemented.

Additional context

No response

atsansone commented 1 year ago

Related to https://github.com/flutter/website/issues/8858