How I can update user information displayed in the UI when data user data stored in shared preferences is updated using riverpod in flutter
I’m still kind of a newbie in flutter. I want to use riverpod state management to update UI showing username and email of user immediately after user updates his or her information. The information displayed is retrieved from shared preferences which is automatically updated once the user updates his or her information