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 Null Safety #22

Closed gcardinale closed 3 years ago

gcardinale commented 3 years ago

Changes :balloon:

Describe the big picture of your changes here. If it fixes a bug (:bug:) or resolves a feature request, refer to it here.

Types of changes

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

Checklist :heavy_check_mark:

Mark boxes that apply with an x. These can also be filled out after the pull request is created.

Further comments

If this is a large or complex change, start the discussion by explaining why you chose to implement your solution the way you did, what alternatives you considered, etc.

fredeil commented 3 years ago

Can you explain what this is @gcardinale?

gcardinale commented 3 years ago

Addr compatibility null-safety (flutter >= 2.12.0)

gcardinale commented 3 years ago

Oh but @britannio update thi feature. Exuse Me