File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1+ ## 0.14.0
2+ - Add "Memento" conceptual pattern
3+
14## 0.13.0
2- - Add "Observer" pattern from official book, rewritten from Java example.
5+ - Add "Observer" pattern from official book, rewritten from Java example
36
47## 0.12.19
58- Refactoring: reformatting and minor changes
69
710## 0.12.5
8- - Put "Shapes" prototype pattern to "Shapes" folder.
9- - The list of patterns has been updated. Added links to projects.
11+ - Put "Shapes" prototype pattern to "Shapes" folder
12+ - The list of patterns has been updated. Added links to projects
1013
1114## 0.12.0
12- - Add "Command" pattern from official book, rewritten from Java example.
15+ - Add "Command" pattern from official book, rewritten from Java example
1316
1417## 0.11.0
1518- Add "Chain of Responsibility" pattern from official book, rewritten from Java example
3538- Add bridge pattern. Device remote control
3639
3740## 0.5.5
38- - Add example "graphics engine" and "square round conflict" for adapter pattern
41+ - Add example "graphics engine" and "square round conflict" for adapter patter
3942- Add description to prototype pattern
4043- Fix class diagram for text graph
4144- Add description Builder pattern, text formats
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ 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- - [ ] [ ** Memento** ] ( https://refactoring.guru/design-patterns/memento )
18+ - [x ] [ ** Memento** ] ( https://refactoring.guru/design-patterns/memento ) [[ Conceptual ] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/master/patterns/memento/conceptual )]
1919 - [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 )
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.13 .0
3+ version : 0.14 .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