File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ It contains **Dart** examples for all classic **GoF** design patterns.
1717 - [ ] ** Mediator**
1818 - [x] ** Memento** - [[ Conceptual] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/memento/conceptual )] [[ 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 )] [[ Subscriber Flutter Widget] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/observer/subscriber_flutter_widget )]
20- - [ ] ** State**
20+ - [x ] ** State** - [[ State Manipulator ] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/state/manipulator_state )]
2121 - [ ] ** Template Method**
2222 - [X] ** Visitor** [[ Shape XML Exporter] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/visitor/shapes_exporter )]
2323 - [X] ** Strategy** [[ Reservation Cargo Spaces] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/strategy/reservation_cargo_spaces )]
@@ -32,8 +32,8 @@ It contains **Dart** examples for all classic **GoF** design patterns.
3232
3333## Requirements
3434
35- The examples were written in ** Dart 2.15 ** .
36- Some complex examples require ** Flutter 2.12 ** .
35+ The examples were written in ** Dart 2.17 ** .
36+ Some complex examples require ** Flutter 3.0.0 ** .
3737
3838## Contributor's Guide
3939
You can’t perform that action at this time.
0 commit comments