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
+
1
4
## 0.18.0
2
5
- Add Memento Editor.
3
6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ It contains **Dart** examples for all classic **GoF** design patterns.
4
4
5
5
# Implementation checklist:
6
6
- [ ] ** 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 )]
8
8
- [x] ** Builder** - [[ Color Text Format] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/builder/color_text_format )]
9
9
- [ ] ** Factory Method**
10
10
- [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 1
1
name : design_patterns_dart
2
2
description : Dart examples for all classic GoF design patterns.
3
- version : 0.18.9
3
+ version : 0.19.0
4
4
homepage : https://refactoring.guru/design-patterns
5
5
repository : https://github.com/RefactoringGuru/design-patterns-dart
6
6
issue_tracker : https://github.com/RefactoringGuru/design-patterns-dart/issue
You can’t perform that action at this time.
0 commit comments