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

Dart and Flutter REST API client library for the Plunk email platform for SaaS. Visit useplunk.com to create an account.

example/main.dart

import 'package:plunk/plunk.dart';

void main() async {
  final plunk = Plunk(apiKey: 'YOUR_API_KEY');

  ContactResponse contact = await plunk.getContact(id: 'test');

  print(contact.id); // test
}
3
likes
160
points
36
downloads

Publisher

verified publisherdartfoundry.com

Weekly Downloads

Dart and Flutter REST API client library for the Plunk email platform for SaaS. Visit useplunk.com to create an account.

Homepage
Repository (GitHub)
View/report issues

Topics

#api #client #rest #email #saas

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

http, intl, logging, uuid

More

Packages that depend on plunk