email_otp_auth 0.0.8 copy "email_otp_auth: ^0.0.8" to clipboard
email_otp_auth: ^0.0.8 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 Dart:

 $ dart pub add email_otp_auth

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 dart pub get):

dependencies:
  email_otp_auth: ^0.0.8

Alternatively, your editor might support dart pub get or 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
0
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

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

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on email_otp_auth