One letter TLD not allowed anymore
One letter TLD not allowed
Fix static anlyzer warnings and update Dart SDK
Migrate to new null safety SDK. See https://dart.dev/null-safety.
Migrate to new null safety SDK. See https://dart.dev/null-safety.
Code clean up
Add parameter documentation for the EmailValidator.validate
method
Fix Dart sdk analysis warnings
Minor code style fixes again
Minor code style fixes
Allow international now defaults to true.
EmailValidator.Validate() is now, by Dart convention, EmailValidator.validate().
Cleaned up code a bit, no API changes.
Cleaned up code a bit, no API changes.
Now supports a broader variety of Dart sdk versions
Validate emails through a static method EmailValidator.validate()
.