components/flutterstart_validate/src/validate library

Functions

validateProject({required String projectRoot, List<CommandRecord> commands = gates.validationCommands, GateRunner? runGates, ProtectedHasher hashProtected = protected.hashProtected}) Future<ValidationOutcome>

Typedefs

GateRunner = Future<GateOutcome> Function()
ProtectedHasher = Map<String, String> Function(String projectRoot)