I have a usecase as follow: a screen with initial filter object, this screen is used multiple times with different filter configuration, what I need to achieve is to pass an initial different filter object for each instance from this screen to riverpod notifier provider then I can change the state of this filter using the provider, how I can do that?
I have tried to pass a filter object to the build method but this didn't work.