one_sec_mail 0.0.1
one_sec_mail: ^0.0.1 copied to clipboard
A Dart package that provides a convenient wrapper around the [1secmail.com](https://www.1secmail.com/api/) API. This package allows you to generate temporary email addresses, check mailboxes, read mes [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add one_sec_mailWith Flutter:
$ flutter pub add one_sec_mailThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
one_sec_mail: ^0.0.1Alternatively, 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:one_sec_mail/one_sec_mail.dart';