email_otp_auth 1.1.0 copy "email_otp_auth: ^1.1.0" to clipboard
email_otp_auth: ^1.1.0 copied to clipboard

Email Otp Auth is a Flutter package that provides email verification via OTP (One-Time Password)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add email_otp_auth

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

dependencies:
  email_otp_auth: ^1.1.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_otp_auth/email_otp_auth.dart';
6
likes
160
points
119
downloads

Publisher

unverified uploader

Weekly Downloads

Email Otp Auth is a Flutter package that provides email verification via OTP (One-Time Password)

Repository (GitHub)

Topics

#email #otp #email-verification #otp-authentication #email-otp-sender

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on email_otp_auth