Describe the bug
The method 'add' isn't defined for the class 'AuthenticationBloc'.
Try correcting the name to the name of an existing method, or defining a method named 'add'.
To Reproduce
Steps to reproduce the behavior:
Hi @sqrg 馃憢
Thanks for opening an issue.
Most likely the problem is you鈥檙e not using the latest versions of bloc and flutter_bloc. Can you please share your pubspec.yaml?
Yup, that was exactly the problem! Thanks
hi i am using the latest version of flutter_bloc and bloc and yet facing the same problem in the same tutorial

Hi @jain-aayush1123 are you sure flutter packages get is running successfully?
You might also want to try flutter clean before flutter packages get.
yeah thanks for the response. flutter packages get was working, there was some other problem.
Btw love the library and have been using it for some time so was a bit surprised to see it fail. Thanks for the time
Most helpful comment
Yup, that was exactly the problem! Thanks