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

REST client for Plunk email platform for SaaS

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
0
points
48
downloads

Publisher

verified publisherdartfoundry.com

Weekly Downloads

REST client for Plunk email platform for SaaS

Homepage
Repository (GitHub)
View/report issues

Topics

#api #client #rest #email #saas

License

unknown (license)

Dependencies

rest_client

More

Packages that depend on plunk