I am using this package: flutter_bloc for my project.
But I have a problem when my home screen has 2 widgets. 1 widget to display news most views of the day, 1 widget displays the news that is suitable for each user object. Each of these cases calls for a different api.
Each widget has two statuses: loading and loading. So what is the best way I can make this case? I don't want to use 2 bloc in 1 screen, I want them to be just 1 home_bloc.