fredeil / email-validator.dart

A simple Dart class for validating email addresses (syntax) without using RegEx :email:
https://pub.dartlang.org/packages/email_validator
MIT License
195 stars 38 forks source link

Add documentation to the validate function #11

Closed fredeil closed 4 years ago

fredeil commented 4 years ago

Changes :balloon:

Add documentation for the EmailValidator.validate function call. This is to avoid situations like #10

Types of changes

What types of changes does your code introduce? Mark boxes that apply with an x.