responsibility_chain 1.0.3 responsibility_chain: ^1.0.3 copied to clipboard
An asynchronous Responsibility Chain design pattern implementation with functional and object-oriented approaches to implementing handlers of responsibility.
1.0.3 #
- Reordered the CHANGELOG.md for the latest changes to appear first.
1.0.2 #
- Raised the maximum Dart SDK version to support Dart 3.
1.0.1 #
- Added exports for the
FunctionHandler
andVoidFunctionHandler
typedefs to allow easier implementation of the function handlers. - Removed debug prints.
1.0.0 #
- Initial version.