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.

example/main.dart

import 'package:plunk/plunk.dart';

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

  ContactResponse contact = await plunk.contact('test');

  print(contact.id); // test
}
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