Can’t update a riverpod notifier when I inject a service
Introduction I’m working with riverpod for state management in my application. I simply want to update a variable when I call my notifier. The problem occurs when I inject my service into this notifier. Code Here is my simplified page, I have a button which updates the orientation of my map through a mapOrientationNotifier. I […]