check_disposable_email

Creator: coderz1093

Last updated:

0 purchases

check_disposable_email Image
check_disposable_email Images

Languages

Categories

Add to Cart

Description:

check disposable email

Check Email disposable Package #
This Package check the User Provided Email address is Disposable or Not
What is a Disposable Email Address? #
A Disposable Email Address (also known as a throwaway email, temporary email, or fake email address) is a type of email address that is used for a short period of time and is intended to be discarded after use. These email addresses are typically provided by various online services or websites to allow users to sign up for services or access content without using their primary or personal email address.
Features #

✅ fake (temporary) email address check

Installation #
dependencies:
check_disposable_email: ^0.0.1
copied to clipboard
Usage #
import'package:check_disposable_email/check_disposable_email.dart';


bool isValidEmail=Disposable.instance.hasValidEmail(here your email address);
copied to clipboard
if(isValidEmail){
// TODO then do some task
}else{
// TODO show email Error
}
copied to clipboard
Screenshot #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.