Hi, this is normal. As seen in the error message, Flutter BLoC now use (+8.x.x versions) events and emits instead of yield streams. This error describes this situation. You should use -8.x.x vers of bloc (not suggested) or migrate codes based on this info. If I have time, I can publish a new post according to the new bloc version.