Enzo Santos
Enzo Santos
I had the same problem and managed to solve it this way: 1. Create a field inside your widget's state to keep track if you can execute the async validator...
An alternative way for Brazilian phone numbers is by simply extend `MaskTextInputFormatter`: ```dart class PhoneNumberMaskTextInputFormatter extends MaskTextInputFormatter { static const String _landlineMask = "(99) 9999-9999"; static const String _phoneMask =...
I have implemented an workaround for this case, if anyone is interested: ```python import os import re import typing import tempfile import functools # python -m pip install grip #...
@geekcom Perdão, eu estava consultando o arquivo errado. Achei que a validação estava em src/validator-docs/Formats, mas na verdade está em src/validator-docs/Rules. Dei uma olhada por alto e os algoritmos parecem...