zam_command_pattern 0.3.0 zam_command_pattern: ^0.3.0 copied to clipboard
Provides utilities to implement the command pattern (a behavioral design pattern).
0.3.0 #
- Dependency Updates:
flutter 3.0.0
dart 2.17.0
zam_core 0.7.0
zam_factory_pattern 0.3.0
lints 2.0.0
zam_test 0.5.0
0.2.0 #
- Dependency Updates:
zam_core 0.6.0
zam_factory_pattern 0.2.0
0.1.0 #
- BREAKING: Removed
lib/exceptions.dart
. - Added exceptions to
lib/zam_command_pattern.dart
. - Dependency Updates:
dart 2.13.0
zam_core 0.5.0
zam_factory_pattern 0.1.0
0.0.1 #
- Includes
Command
,CommandFactory
,CommandExecutor
,CommandBuilder
- Includes
AsyncCommand
,ReactiveCommand
. - Includes
ParameterizedCommand
,ParameterizedAsyncCommand
,ParameterizedReactiveCommand
. - Includes
CommandNotDefinedException
.