79112211

Date: 2024-10-22 02:05:16
Score: 0.5
Natty:
Report link

You could extract your Scaffold into a new widget, or wrap it with a Builder.

context.read<SportsBloc>().add(GetRegisterEvent()) in onTap is using the BuildContext of RegisterScreen which is above BlocProvider

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: PurplePolyhedron