email_auth 2.0.0 copy "email_auth: ^2.0.0" to clipboard
email_auth: ^2.0.0 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: ^2.0.0

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';
159
likes
130
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