File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.38.0
2
+ - Add conceptual facade pattern.
3
+
1
4
## 0.37.0
2
5
- Add iterator pattern: Word Iterator.
3
6
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ It contains **Dart** examples for all classic **GoF** design patterns.
26
26
- [x] ** Bridge** - [[ Remote Device Control] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/bridge/devices_remote_control )] [[ Clock] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/bridge/clock )]
27
27
- [x] ** Composite** - [[ Image Editor] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/composite/image_editor )] [[ Products and Boxes] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/composite/products_and_boxes )]
28
28
- [x] ** Decorator** - [[ Data Source Decoder] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/decorator/data_source_decoder )]
29
- - [ ] ** Facade**
29
+ - [ ] ** Facade** - [[ Conceptual ] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/facade/conceptul )]
30
30
- [x] ** Flyweight** - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/flyweight/conceptual )]
31
31
- [x] ** Proxy** - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/proxy/conceptual )]
32
32
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.37 .0
3
+ version : 0.38 .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