Issue:
My app's Main Homepage was built for iPhone with fixed pixel widths. It works perfectly on phone but shows a broken layout on iPad (large black empty areas, content misaligned). Apple rejected my app because of a blank screen after login on iPad Air 11-inch M3 running iPadOS 26.5.
What I need:
A way to show a completely separate layout for iPad without touching or breaking the existing iPhone layout. Both need to work independently.
Setup:
FlutterFlow project, iOS only, Stack โ Container โ Column โ GridView structure on the homepage.
Any help appreciated!