Open parlough opened 1 year ago
https://docs.flutter.dev/development/platform-integration/ios/splash-screen/
https://github.com/flutter/website/tree/main/src/development/platform-integration/ios/splash-screen.md
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.
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.
No response
Related to https://github.com/flutter/website/issues/8858
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