check_disposable_email 0.0.1 copy "check_disposable_email: ^0.0.1" to clipboard
check_disposable_email: ^0.0.1 copied to clipboard

Using this Package developer can check whether the user provided Email address Domain name is valid or fake

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

Usage #

import'package:check_disposable_email/check_disposable_email.dart';


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

Screenshot #

16911655381661691165549840

5
likes
160
pub points
49%
popularity

Publisher

unverified uploader

Using this Package developer can check whether the user provided Email address Domain name is valid or fake

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on check_disposable_email