GrockFormatters class

Constructors

GrockFormatters()

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 Properties

creditCardCVV TextInputFormatter
Example: 999
final
creditCardExpirationDate TextInputFormatter
Example: 99/99
final
creditCardNumber TextInputFormatter
Example: 9999 9999 9999 9999
final
creditCardZipCode TextInputFormatter
Example: 9999
final
date TextInputFormatter
Example: 99.99.9999
final
dateTime TextInputFormatter
Example: 99.99.9999 99:99
final
dateTimeWithSeconds TextInputFormatter
Example: 99.99.9999 99:99:99
final
decimal TextInputFormatter
Example: 99.99
final
email TextInputFormatter
final
iban TextInputFormatter
Example: iban formatter // AA99 9999 9999 9999 9999 9999 99
final
money TextInputFormatter
Example: Money formatter with 2 decimal places // 999,999,999,999.99
final
number TextInputFormatter
final
numberAndLetter TextInputFormatter
final
numberAndLowercasedLetter TextInputFormatter
final
numberAndMinus TextInputFormatter
final
numberAndUppercasedLetter TextInputFormatter
final
numberWithComma TextInputFormatter
final
numberWithDot TextInputFormatter
final
numberWithDotAndComma TextInputFormatter
final
phoneNumber TextInputFormatter
Example: +7 (999) 999-99-99
final
time TextInputFormatter
Example: 99:99
final
timeWithSeconds TextInputFormatter
Example: 99:99:99
final
trIban TextInputFormatter
Example: tr iban formatter // TR99 9999 9999 9999 9999 9999 99
final
trIdentityNumber TextInputFormatter
Example: tr identity number formatter // 99999999999
final
trPhoneNumber GrockInputFormatter
final
trPlateNumber TextInputFormatter
Example: tr plate number formatter // 99 AAA 999
final