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.18.0
2+ - Add Memento Editor.
3+
14## 0.17.16 - refactoring
25- Simplifying the ternary construction.
36- Remove multiline comment from main README.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ It contains **Dart** examples for all classic **GoF** design patterns.
1515 - [ ] Interpreter
1616 - [ ] ** Iterator**
1717 - [ ] ** Mediator**
18- - [x] ** Memento** - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/master/patterns/memento/conceptual )]
18+ - [x] ** Memento** - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/master/patterns/memento/conceptual )] [[ Memento Editor ] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/master/patterns/memento/memento_editor )]
1919 - [x] ** Observer** - [[ Open-Close Editor Events] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/master/patterns/observer/open_close_editor_events )] [[ AppObserver] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/master/patterns/observer/app_observer )] [[ Subscriber Flutter Widget] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/master/patterns/observer/subscriber_flutter_widget )]
2020 - [ ] ** State**
2121 - [ ] ** Template Method**
@@ -33,7 +33,7 @@ It contains **Dart** examples for all classic **GoF** design patterns.
3333## Requirements
3434
3535The examples were written in ** Dart 2.15** .
36- Some complex examples require ** Flutter 2.15.0 ** .
36+ Some complex examples require ** Flutter 2.12 ** .
3737
3838## Contributor's Guide
3939
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.17.16
3+ version : 0.18.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