plunk 2.1.0 copy "plunk: ^2.1.0" to clipboard
plunk: ^2.1.0 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
150
points
5
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