email_auth 1.1.1 copy "email_auth: ^1.1.1" to clipboard
email_auth: ^1.1.1 copied to clipboard

A Flutter package to verify emails using OTP based method, to make sure we get real world data.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add email_auth

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

dependencies:
  email_auth: ^1.1.1

Alternatively, 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:email_auth/email_auth.dart';
162
likes
145
pub points
94%
popularity

Publisher

unverified uploader

A Flutter package to verify emails using OTP based method, to make sure we get real world data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on email_auth