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

validation bug #48

Closed mayur-mindstack closed 1 year ago

mayur-mindstack commented 1 year ago

its allowing ___@gmail.com . please dont allow if there's only special characters before @ symbol.

fredeil commented 1 year ago

Its valid according to the spec