email_auth 0.0.1+3 copy "email_auth: ^0.0.1+3" to clipboard
email_auth: ^0.0.1+3 copied to clipboard

outdated

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: ^0.0.1+3

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
0
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

License

unknown (LICENSE)

Dependencies

flutter, http

More

Packages that depend on email_auth