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.37.0
2+ - Add iterator pattern: Word Iterator.
3+
14## 0.36.0
25- Add iterator pattern: Github Commit.
36
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ It contains **Dart** examples for all classic **GoF** design patterns.
1313 - [x] ** Chain of Responsibility** - [[ Server Middleware] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/chain_of_responsibility/server_middleware )]
1414 - [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 )]
16- - [x] ** Iterator** - [[ Github Commit] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/iterator/github_commit )]
16+ - [x] ** Iterator** - [[ Word Iterator ] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/iterator/word_iterator )] [[ Github Commit] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/iterator/github_commit )]
1717 - [x] ** Mediator** - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/mediator/conceptual )]
1818 - [x] ** Memento** - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/memento/conceptual )] [[ ![ 16x16] ( https://user-images.githubusercontent.com/8049534/171852337-57db0faf-1f5e-489a-a79a-22ed4f47b4ed.png ) Memento Editor] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/memento/memento_editor )]
1919 - [x] ** Observer** - [[ Open-Close Editor Events] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/observer/open_close_editor_events )] [[ AppObserver] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/observer/app_observer )] [[ ![ 16x16] ( https://user-images.githubusercontent.com/8049534/171852337-57db0faf-1f5e-489a-a79a-22ed4f47b4ed.png ) Subscriber Flutter Widget] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/observer/subscriber_flutter_widget )]
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.36 .0
3+ version : 0.37 .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