Publish to my blog (weekly)
Flutter Design Patterns: Observer | kazlauskas.dev you define a publish-subscribe mechanism to notify multiple objects about any events that happen to the object they're subscribed to - it is Observer. Observer , also known as Dependents or Publish-Subscribe , belongs to the category of behavioural design patterns. Publisher (Subject) (Optional) Concrete Publishers Subscriber (Observer) Concrete Subscribers Client ...