5월 7, 2023의 게시물 표시

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