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.35.0
2+ - Add conceptual command pattern.
3+
14## 0.34.0
2- - Add conceptual single pattern.
5+ - Add conceptual singleton pattern.
36
47## 0.33.0
58- Add conceptual builder pattern.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ It contains **Dart** examples for all classic **GoF** design patterns.
1111 - [x] ** Singleton** - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/singleton/conceptual )]
1212- [ ] ** Behavioral**
1313 - [x] ** Chain of Responsibility** - [[ Server Middleware] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/chain_of_responsibility/server_middleware )]
14- - [x] ** Command** - [[ Text Editor] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/command/text_editor )]
14+ - [x] ** Command** - [[ Conceptual ] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/command/conceptual )] [[ Text Editor] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/command/text_editor )]
1515 - [x] ** Interpreter** - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/interpreter/conceptual )]
1616 - [ ] ** Iterator**
1717 - [x] ** Mediator** - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/mediator/conceptual )]
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.34 .0
3+ version : 0.35 .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