scoova_webhooks 1.0.1 copy "scoova_webhooks: ^1.0.1" to clipboard
scoova_webhooks: ^1.0.1 copied to clipboard

Standalone Dart/Flutter client for Scoova webhook subscriptions plus HMAC-SHA256 signature verification. Pure Dart — works in Flutter and server-side Dart.

Changelog #

All notable changes to scoova_webhooks are recorded here. This project follows Semantic Versioning.

1.0.0 — 2026-05-25 #

First public release.

  • WebhooksClientlist(), create(url:, events:), delete(id) / remove(id) against https://api.scoo-va.info/v1/webhooks/*.
  • Top-level verifyWebhookSignature(body:, headerValue:, secret:) — HMAC-SHA256 via package:crypto, constant-time comparison, tolerates the sha256= header prefix.
  • Dart 3.0+, Flutter-friendly, pure Dart (no platform channels).
  • API key resolution: explicit option → SCOOVA_API_KEY env → 'demo'.
0
likes
135
points
51
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Standalone Dart/Flutter client for Scoova webhook subscriptions plus HMAC-SHA256 signature verification. Pure Dart — works in Flutter and server-side Dart.

Homepage
Repository (GitHub)
View/report issues

Topics

#webhooks #hmac #signature

License

unknown (license)

Dependencies

crypto, http

More

Packages that depend on scoova_webhooks