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';
2
likes
160
points
42
downloads

Publisher

verified publisherpocketbusiness.dev

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

Topics

#api #client #rest #email #saas

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

rest_client

More

Packages that depend on plunk