Are there no built in validators for common use cases such as emails, phone numbers, etc. in the Flutter framework?
The web is littered with examples of people implementing their own email validating functions in Dart, but I'm surprised that there doesn't seem to be any built in ones in Flutter, like a FormFieldValidator.email
, etc. Or did I just not find it?