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.19.0
2+ - Add "Conceptual Gui Factory" example.
3+
14## 0.18.0
25- Add Memento Editor.
36
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ It contains **Dart** examples for all classic **GoF** design patterns.
44
55# Implementation checklist:
66- [ ] ** Creation**
7- - [ ] ** Abstract Factory**
7+ - [ ] ** Abstract Factory** [[ Conceptual Gui Factory ] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/abstract_factory/conceptual_gui_factory )]
88 - [x] ** Builder** - [[ Color Text Format] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/builder/color_text_format )]
99 - [ ] ** Factory Method**
1010 - [x] ** Prototype** ] - [[ Shapes] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/prototype/shapes )]
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.18.9
3+ version : 0.19.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