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

Test your webhook APIs and events in Flutter

HooksEasy #

A Flutter package to send event data to Webhook for HooksEasy.

  • 🥷🏼 Create webhook APIs without a server
  • 🚪 Create infinite Webhook APIs
  • 💥 Forward data to other Webhook APIs, repeatedly
  • 🖥️ Forward data to your localhost, repeatedly

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!'},
  );

License #

This project is licensed under the BSD 3-Clause License.

Disclaimer #

The hooks_easy package is an intermediary tool for sending data to HooksEasy via their API.

  • We are not responsible for the data you send or any consequences arising from its use.
  • Use of this package is at your own risk, and compliance with laws, regulations, and HooksEasy’s terms is your responsibility.
  • The authors are not liable for any damages caused by using this package.

By using hooks_easy, you agree to these terms.

0
likes
135
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Test your webhook APIs and events in Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, http

More

Packages that depend on hooks_easy