Anywhere you are using BlocListener or BlocBuilder or BlocConsumer, you can provide your bloc object like this (with GetIt):
BlocListener
BlocBuilder
BlocConsumer
BlocListener( bloc: getIt<AuthBloc>(), listener: ..., ),