zam_command_pattern 0.1.0 zam_command_pattern: ^0.1.0 copied to clipboard
Provides utilities to implement the command pattern (a behavioral design pattern).
0.1.0 #
- BREAKING: Removed
lib/exceptions.dart
. - Added exceptions to
lib/zam_command_pattern.dart
. - Updated dependency:
zam_core 0.5.0
. - Updated dependency:
zam_factory_pattern 0.1.0
. - Updated dependency:
dart sdk ">=2.13.0 <3.0.0"
.
0.0.1 #
- Includes
Command
,CommandFactory
,CommandExecutor
,CommandBuilder
- Includes
AsyncCommand
,ReactiveCommand
. - Includes
ParameterizedCommand
,ParameterizedAsyncCommand
,ParameterizedReactiveCommand
. - Includes
CommandNotDefinedException
.