We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef151c commit ccc61e1Copy full SHA for ccc61e1
README.md
@@ -28,7 +28,7 @@ It contains **Dart** examples for all classic **GoF** design patterns.
28
- [x] **Decorator** - [[Data Source Decoder](https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/decorator/data_source_decoder)]
29
- [ ] **Facade**
30
- [x] **Flyweight** - [[Conceptual](https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/flyweight/conceptual)]
31
- - [ ] **Proxy**
+ - [x] **Proxy** - [[Conceptual](https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/proxy/conceptual)]
32
33
## Requirements
34
The examples were written in **Dart 2.17**.
0 commit comments