File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.13.0
2+ - Add "Observer" pattern from official book, rewritten from Java example.
3+
14## 0.12.19
25- Refactoring: reformatting and minor changes
36
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ It contains **Dart** examples for all classic **GoF** design patterns.
1616 - [ ] [ ** Iterator** ] ( https://refactoring.guru/design-patterns/iterator )
1717 - [ ] [ ** Mediator** ] ( https://refactoring.guru/design-patterns/mediator )
1818 - [ ] [ ** Memento** ] ( https://refactoring.guru/design-patterns/memento )
19- - [ ] [ ** Observer** ] ( https://refactoring.guru/design-patterns/observer )
19+ - [x ] [ ** Observer** ] ( https://refactoring.guru/design-patterns/observer ) - [[ Open-Close Editor Events ] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/master/patterns/observer/open_close_editor_events )]
2020 - [ ] [ ** State** ] ( https://refactoring.guru/design-patterns/state )
2121 - [ ] [ ** Template Method** ] ( https://refactoring.guru/design-patterns/template-method )
2222 - [ ] [ ** Visitor** ] ( https://refactoring.guru/design-patterns/visitor )
Original file line number Diff line number Diff line change 11name : design_patterns_dart
22description : Dart examples for all classic GoF design patterns.
3- version : 0.12.19
3+ version : 0.13.0
44homepage : https://refactoring.guru/design-patterns
55repository : https://github.com/RefactoringGuru/design-patterns-dart
66issue_tracker : https://github.com/RefactoringGuru/design-patterns-dart/issue
You can’t perform that action at this time.
0 commit comments