This is my main. dart, I\'m calling my BlocProvider.
BlocProvider( create: (_) => ProductsBloc(), )
Then in my main_page.dart,