socketlabs 0.1.0-nullsafety.1 copy "socketlabs: ^0.1.0-nullsafety.1" to clipboard
socketlabs: ^0.1.0-nullsafety.1 copied to clipboard

outdated

An API client for the SocketLabs email service, that allows you to send emails using their REST API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add socketlabs

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

dependencies:
  socketlabs: ^0.1.0-nullsafety.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:socketlabs/socketlabs.dart';
1
likes
0
pub points
39%
popularity

Publisher

unverified uploader

An API client for the SocketLabs email service, that allows you to send emails using their REST API.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, logging, meta

More

Packages that depend on socketlabs