Your Second Flutter App

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

Part 4: Filter Results

30. Conclusion

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: 29. Filter Courses Next episode: 31. Introduction

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.

Our RW courses app is mostly complete. You put in a lot of work into adding some features to it. First, you created a filter widget that allowed you to create a list of options for the user to select. Then you built out the filter page using all of your new filter widgets, after which you incorporated shared preferences into the app as a way to persist user filter selections. Finally, you actually filtered the course list. Unfortunately, there is a disconnect between choosing a filter and actually filtering courses. A user has to restart the app to see the filtered courses, and that's just not gonna do. In the next and final part of this course, you'll look at how to rectify this problem using state management. See you then.