verify_email 0.0.3 copy "verify_email: ^0.0.3" to clipboard
verify_email: ^0.0.3 copied to clipboard

discontinued

Verify an email address your user just entered. It's NOT encrypted but should do the job for most apps.

verify_email #

Verify an email address your user just entered. It's NOT encrypted but should do the job for most apps.

Implementation #

First, you need to implement Google Sign-In to your project. Then call VerifyEmail().verify(). The method will take care of the rest and returns a Future<bool>, so use asynchronously.

Parameters #

Parameter Required Type
email yes String
context yes BuildContext
senderEmail yes String
appName no String
credential yes String
1
likes
40
pub points
0%
popularity

Publisher

verified publisherhermannkabi.com

Verify an email address your user just entered. It's NOT encrypted but should do the job for most apps.

Homepage

License

MIT (LICENSE)

Dependencies

flutter, mailer

More

Packages that depend on verify_email