plunk 2.0.1 copy "plunk: ^2.0.1" to clipboard
plunk: ^2.0.1 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
0
points
37
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

License

unknown (license)

Dependencies

http, intl, logging, uuid

More

Packages that depend on plunk