Link to the repository
[Only for premium members]
[Only for premium members]
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:
provider
To install our package...