Multiple event with MultiBlocProvider
I have 3 buttons at the top of screen – Latest, Saved & My Feed
I am using MultiBlocProvider where I am loading categories (works fine) and then Latest posts (loading fine initially).
Problem arises when clicking on Saved or My Feed to load their posts.
Here is code: