disposable_email_validator 0.0.1
disposable_email_validator: ^0.0.1 copied to clipboard
A Dart/Flutter package for validating disposable email addresses by checking against a regularly updated list of 4000+ disposable email domains.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add disposable_email_validatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
disposable_email_validator: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:disposable_email_validator/disposable_email_validator.dart';