Validator class

This class provides a set of static methods to validate different types of input strings

Constructors

Validator.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

checkVersion() Future<bool>
isValidAppName(String? input) bool
isValidName(String? input) bool
isValidOrgBundle(String? input) bool
isValidPassword(String? password) bool
isValidPath(String? path) bool
Returns true if the given path exists
isValidProjectName(String? name) bool
Returns true if the given project name is valid
isValidRepositoryGithub(String? input) bool
isValidSingleString(String? input) bool
Returns true if the given input string is a valid single module
isValidString(String? input) bool