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.20.0
2+ - Add "Conceptual Dialog Factory" example.
3+
14## 0.19.0
25- Add "Conceptual Gui Factory" example.
36
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ It contains **Dart** examples for all classic **GoF** design patterns.
44
55# Implementation checklist:
66- [ ] ** Creation**
7- - [ ] ** Abstract Factory** [[ Conceptual Gui Factory] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/abstract_factory/conceptual_gui_factory )]
7+ - [x ] ** 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 )]
9- - [ ] ** Factory Method**
9+ - [x ] ** Factory Method** [[ Conceptual Platform Dialog ] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/factory_method/conceptual_platform_dialog )]
1010 - [x] ** Prototype** - [[ Shapes] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/prototype/shapes )]
1111 - [ ] ** Singleton**
1212- [ ] ** Behavioral**
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.19 .0
3+ version : 0.20 .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