mailosaur 1.0.1 copy "mailosaur: ^1.0.1" to clipboard
mailosaur: ^1.0.1 copied to clipboard

The Mailosaur Dart library lets you integrate email and SMS testing into your continuous integration process.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mailosaur

With Flutter:

 $ flutter pub add mailosaur

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

dependencies:
  mailosaur: ^1.0.1

Alternatively, 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:mailosaur/mailosaur.dart';
0
likes
125
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

The Mailosaur Dart library lets you integrate email and SMS testing into your continuous integration process.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

http, yaml

More

Packages that depend on mailosaur