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
95
pub points
7%
popularity

Publisher

verified publisherarunprakashg.com

Unoffical wrapper to get emails from 1secmail api.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on temp_mail_gen