Welcome back to part two of this course. At this point so far, we fetched a list of courses from the network and we printed them out on the screen. But globs of text aren’t really a good user experience. Rather, we’re going to take that data and put it into a list and for that, you’ll use the ListView.
We’ll begin this part of the course by showing you how you to setup a ListView widget in Flutter.
You’ll then build out a ListTile widget for each row of the ListView. The ListTile will contain other widgets that will show the course data for each video course,
including showing an image for the course that you’ll retrieve over the network.
OK - so let’s keep working on the RWCourses app!