Your Second Flutter App

Nov 30 2021 · Dart 2.13, Flutter 2.2.3, Visual Studio Code

Part 2: Show a List

14. Challenge: Show More Data

Episode complete

Play next episode

Next
About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 13. Use a List Tile Next episode: 15. Conclusion

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

It's time for another coding challenge. Your challenge is to pause the video and add the course domain string property to each list tile. This should go underneath the course name on the list tile. There's actually a property on the list tile just for this. If you're not sure on where to add the new property on the list tile, make sure to check out the list tile documentation on the flutter dev website for some ideas. All right. Pause the video and good luck. (upbeat music) How was that challenge? Hopefully it wasn't too bad. You've set the course name as the title. If you want to put some text underneath the title, you use the subtitle property, open the project in progress or open up the starter project for this episode. Open courses page.dart that you can find in the courses sub folder, in the UI folder. Find your list tile widget in underneath the title property, add the subtitle property like so, and that's it. Hop reload your app, and you'll see the domains underneath the title.