Easiest way to understand BLOC Pattern in Flutter

Important Note : I have unintentionally switched the stream and sink. Correct is : Sink is from where we add data to the stream, while source is from where we consume data! In this video, I have the given fundamental concepts of BLOC pattern (Business Logic Component), furthermore, I have implemented Bloc Pattern in a simple counter application using flutter_bloc and bloc packages. https://github.com/themaaz32/bloc_imp...