I have recently watched felix Angelov's flutter_bloc package (https://pub.dev/packages/flutter_bloc) speech in youtube (https://www.youtube.com/watch?v=knMvKPKBzGE&t=3s) and it's amazing!
I have a bit of confusion regarding closing the bloc manually in the dispose method. I heard from the speech that we don't have to call the dispose method for the blocs if we are using the flutter_bloc package, please correct me if this is wrong.
Thanks in advance