Developing Flutter apps for Large screens

<p>Last year, we partnered with the team at gSkinner to develop&nbsp;<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>&nbsp;was to provide an open-source example that demonstrates best practices. In that same spirit, we audited Wonderous against&nbsp;<a href="https://developer.android.com/docs/quality-guidelines/large-screen-app-quality" rel="noopener ugc nofollow" target="_blank">Android&rsquo;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>&nbsp;&mdash; large screen ready &mdash; 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>&nbsp;&mdash; large screen optimized &mdash; 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>
Tags: Large Screens