utils library

Classes

BlockLogger
FileParsers
Basic file type parsers
Logger
RegExps
Well known regular expressions
Utils
Common utility functions shared by all tasks and commands

Typedefs

FileCreator = bool Function({File file})
A handler to create a file at path with content
FileParser<T> = T Function(Uint8List data)
A handler to convert data from a File into T
MatchedClosure = T Function<T>(T result)
ProcessFinalizer = void Function(int code)
A callback for external process finalization
SuccessClosure = bool Function(bool success, [String? reason])
WorkerFunc = Future<bool> Function()
The definition of a worker function used in an automated sequence.