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.37.0
2
+ - Add iterator pattern: Word Iterator.
3
+
1
4
## 0.36.0
2
5
- Add iterator pattern: Github Commit.
3
6
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ It contains **Dart** examples for all classic **GoF** design patterns.
13
13
- [x] ** Chain of Responsibility** - [[ Server Middleware] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/chain_of_responsibility/server_middleware )]
14
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 )]
15
15
- [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 )]
17
17
- [x] ** Mediator** - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/mediator/conceptual )]
18
18
- [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 )]
19
19
- [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 1
1
name : design_patterns_dart
2
2
description : Dart examples for all classic GoF design patterns.
3
- version : 0.36 .0
3
+ version : 0.37 .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