Developing Flutter apps for Large screens
<p>Last year, we partnered with the team at gSkinner to develop <a href="https://wonderous.app/" rel="noopener ugc nofollow" target="_blank">Wonderous</a>, a reference app to showcase the high-quality experiences possible with Flutter.</p>
<p><a href="https://medium.com/flutter/wonderous-explore-the-world-with-flutter-f43cce052e1" rel="noopener">One of the goals for creating Wonderous</a> was to provide an open-source example that demonstrates best practices. In that same spirit, we audited Wonderous against <a href="https://developer.android.com/docs/quality-guidelines/large-screen-app-quality" rel="noopener ugc nofollow" target="_blank">Android’s large screen guidelines</a>. We wanted to ensure a high-quality Flutter app across all Android devices. Android has three tiers for meeting their guidelines:</p>
<p><strong>Tier 3</strong> — large screen ready — app runs on full screen (or full window in multi-window mode), but app layout might not be ideal</p>
<p><strong>Tier 2</strong> — large screen optimized — app layout is optimized for all screen sizes and handles external input devices</p>
<p><a href="https://medium.com/flutter/developing-flutter-apps-for-large-screens-53b7b0e17f10"><strong>Read More</strong></a></p>