# Take 5 - Master Detail Scaffold - Flutter
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/1i73KbI2Uhg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
## Description
Source Code: https://github.com/rodydavis/flutter_take_5
In this video I walk though how to build a ListView that works great on desktop, mobile and tablets. Similar to UIKit Master Detail Controller we explore how to achieve a similar effect in Flutter.