Courses

[NEW] Flutter 3 Mobile App with Laravel 12 API

Real Time List Updates

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 26 lessons of this course? (115 min read)

You also get:

  • 75 courses
  • Premium tutorials
  • Access to repositories
  • Private Discord