one_sec_mail 0.0.2 copy "one_sec_mail: ^0.0.2" to clipboard
one_sec_mail: ^0.0.2 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 Flutter:

 $ flutter pub add one_sec_mail

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

dependencies:
  one_sec_mail: ^0.0.2

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:one_sec_mail/one_sec_mail.dart';
3
likes
120
pub points
20%
popularity

Publisher

verified publisherjosephyaduvanshi.dev

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 messages, and download attachments effortlessly.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on one_sec_mail