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...