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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add verify_email

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

dependencies:
  verify_email: ^0.0.3

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:verify_email/verify_email.dart';
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