Hello everyone today i would like to share with you, how we can implement iOS’s NotificationCenter like structure in Dart. Purposes for doing this are, highly decoupling sender and receiver parts of action, creating re-usable solution for this. I will keep example pretty simple for the sake of better understanding. …