79154373

Date: 2024-11-04 06:23:06
Score: 0.5
Natty:
Report link

Anywhere you are using BlocListener or BlocBuilder or BlocConsumer, you can provide your bloc object like this (with GetIt):

          BlocListener(
            bloc: getIt<AuthBloc>(),
            listener: ...,
          ),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: saman