fadsync_email_validator 1.0.0
fadsync_email_validator: ^1.0.0 copied to clipboard
Superfast email validation, disposable email detection, and anti-fraud auth guard SDK for Flutter. Secure login and signup flows with 1 click.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fadsync_email_validatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fadsync_email_validator: ^1.0.0Alternatively, 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:fadsync_email_validator/fadsync_email_validator.dart';