Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

Real Time List Updates

Premium
6 min read

A UI is excellent but useless if it doesn't reflect changes immediately. In this chapter, we'll learn how to update our app in real time when the data changes on the server.

For this, we will use Providers, which allow us to listen to changes in the data and update the UI accordingly.

Here's what we'll do:

  • Install Flutter package provider
  • Create our first CategoryProvider
  • Refactor our CategoryList to use the CategoryProvider
  • Refactor our Main Screen to support Providers

Install Flutter Package

To install our package...

The Full Lesson is Only for Premium Members

Want to access all of our courses? (29 h 14 min)

You also get:

54 courses
Premium tutorials
Access to repositories
Private Discord
Get Premium for $129/year or $29/month

Already a member? Login here

Comments & Discussion

No comments yet…