File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.15.0
2+ - Add second "Observer" example. This example was created to be used in a more complex example.
3+
14## 0.14.0
25- Add "Memento" conceptual pattern
36
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ It contains **Dart** examples for all classic **GoF** design patterns.
1515 - [ ] Interpreter
1616 - [ ] [ ** Iterator** ] ( https://refactoring.guru/design-patterns/iterator )
1717 - [ ] [ ** Mediator** ] ( https://refactoring.guru/design-patterns/mediator )
18- - [x] [ ** Memento** ] ( https://refactoring.guru/design-patterns/memento ) [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/master/patterns/memento/conceptual )]
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 )]
18+ - [x] [ ** Memento** ] ( https://refactoring.guru/design-patterns/memento ) - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/master/patterns/memento/conceptual )]
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 )] [[ AppObserver ] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/master/patterns/observer/app_observer )]
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.14 .0
3+ version : 0.15 .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