Using Api and provider together
I am calling Get api for name and date in my profile header and also patch Api in my update profile screen now i want to use provider for upadating name immediately in my profile header now how can i use get api and provider in my profile header ??
Does not Rebuild, Have to Rerun the Program
A new developer here. I am recently working with a package called calendar_view. However, when I try to make any changes, I have this issue where the program would not update or rebuild. If I need to see any changes, I have to rerun the program.
ProviderNotFoundException in Flutter when using Provider with Cart and BalanceNotifier
I have been struggling with an issue for a few weeks now and can’t seem to resolve it. I’m working on a Flutter application that uses the provider package for state management. I’m encountering a ProviderNotFoundException when trying to access my BalanceNotifier provider.