stepflow 1.0.1
stepflow: ^1.0.1 copied to clipboard
Dart package that provides a structural base for creating step-based, modular workflows inside of applications.
1.0.0 #
- Base workflow structure
- Essential steps
- Commands & flags structure (cmdline)
- CLI steps for toolchain development
1.0.1 #
- Added
onFailure()&onSuccess()to theCheck-step. - Fixed the output of
CheckwhencanStartProcessesis set tofalse. - Fixed directory look up of
Check. - Added
Checkunit test.