mailfix 0.0.2 copy "mailfix: ^0.0.2" to clipboard
mailfix: ^0.0.2 copied to clipboard

A Dart package for email validation and correction suggestions using various string similarity algorithms. Features include internationalization support, customizable domain validation, and multiple s [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mailfix

With Flutter:

 $ flutter pub add mailfix

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mailfix: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mailfix/mailfix.dart';
2
likes
0
points
10
downloads

Publisher

verified publishervaldir.dev.br

Weekly Downloads

A Dart package for email validation and correction suggestions using various string similarity algorithms. Features include internationalization support, customizable domain validation, and multiple similarity algorithm options.

Repository (GitHub)
View/report issues

Topics

#email #validation #similarity #string-matching #i18n

License

unknown (license)

Dependencies

email_validator, flutter

More

Packages that depend on mailfix