hooks_easy 0.0.1 copy "hooks_easy: ^0.0.1" to clipboard
hooks_easy: ^0.0.1 copied to clipboard

Test your webhook APIs and events in Flutter

HooksEasy #

A Flutter package to send data to Webhook

Getting started #

  1. Create New Webhook API
  1. Create new Webhook object
  • Setup your url
  const url = '';
  final webhook = HooksEasy(url: url);
  • Send your data
  final response = await webhook.send(
    data: {'message': 'Hello, world!'},
  );
0
likes
0
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Test your webhook APIs and events in Flutter

Homepage

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on hooks_easy