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
190 stars 38 forks source link

Improve pub.dev score #42

Closed k5924 closed 2 years ago

k5924 commented 2 years ago

Problem: pub.dev score is 110/130

Solution:

Note: Solves #41 For methods I didn't quite understand, I added a TODO comment

fredeil commented 2 years ago

Can you try running this locally? https://pub.dev/help/scoring#calculating-pub-points-prior-to-publishing

It checks the score

k5924 commented 2 years ago

I ran it locally and I think it now has a full score: image