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
}
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