email-validator.dart icon indicating copy to clipboard operation
email-validator.dart copied to clipboard

A simple Dart class for validating email addresses (syntax) without using RegEx :email:

Results 5 email-validator.dart issues
Sort by recently updated
recently updated
newest added

Hi, The validate function return TRUE for an address like "[email protected]" but a 1 letter TLD isn't a valid TLD Thanks

This pull request solves the issue #26 by adding a 3rd argument to the validate method. The new argument is optional and has a default value of false so it...

Hey 👋 Thanks for your library! I wanted to check if you would consider including a way, to provide the reason the validation fails? Maybe by returning enum values or...

enhancement
good first issue

Email validator not working if we add emoji after "." For Example : ******@gmail.❤️️ -> This is not a valid email but email validator validates it.

bug

First of all, thanks for creating such a wonderful package. I'm not sure if it's really an issue or not, and I just want to help this package get better....