temp_mail_gen 2.0.0 copy "temp_mail_gen: ^2.0.0" to clipboard
temp_mail_gen: ^2.0.0 copied to clipboard

Unoffical wrapper to get emails from 1secmail api.

temp_mail_gen #

Unoffical wrapper to get emails from 1secmail api.

Created from templates made available by Stagehand under a BSD-style license.

Usage #

A simple usage example:

import 'package:temp_mail_gen/temp_mail_gen.dart';

main() {
  final client = TempMailClient();
  final emails = await client.getEmails(2);
  emails.forEach((element) => print(element));
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
125
points
25
downloads

Publisher

verified publisherarunprakashg.com

Weekly Downloads

Unoffical wrapper to get emails from 1secmail api.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on temp_mail_gen