plunk 1.0.2 copy "plunk: ^1.0.2" to clipboard
plunk: ^1.0.2 copied to clipboard

Dart and Flutter REST client for the Plunk email platform for SaaS. Includes all v1 API functionality.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add plunk

With Flutter:

 $ flutter pub add plunk

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

dependencies:
  plunk: ^1.0.2

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:plunk/plunk.dart';
3
likes
140
points
48
downloads

Publisher

verified publisherdartfoundry.com

Weekly Downloads

Dart and Flutter REST client for the Plunk email platform for SaaS. Includes all v1 API functionality.

Topics

#api #client #rest #email #saas

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

rest_client

More

Packages that depend on plunk