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 1def8ee commit 8f95300Copy full SHA for 8f95300
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.24.0
2
+- Add state pattern: State Manipulator.
3
+
4
## 0.23.14
5
- Replace web renderer html to canvakit (deploy_flutter_demo.dart).
6
pubspec.yaml
@@ -1,6 +1,6 @@
name: design_patterns_dart
description: Dart examples for all classic GoF design patterns.
-version: 0.23.14
+version: 0.24.0
homepage: https://refactoring.guru/design-patterns
repository: https://github.com/RefactoringGuru/design-patterns-dart
issue_tracker: https://github.com/RefactoringGuru/design-patterns-dart/issue
0 commit comments