Hi Stephen,
In your news and login_bloc course. You created dispose() method inside the bloc.dart file where you disposing the Subjects. But that method is never called. That can be a memory leak. Can you tell me where can I call the dispose method in the screen class?