In this article, I’ll be explaining broadly how I handle Notifications in Flutter using BLoc. There’s so much to cover that I’m going to dive right in! Let’s start! Before beginning, you must know how to setup firebase_messaging and local_notification in Flutter. There are...