scoova_webhooks 1.0.1
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.
WebhooksClient—list(),create(url:, events:),delete(id)/remove(id)againsthttps://api.scoo-va.info/v1/webhooks/*.- Top-level
verifyWebhookSignature(body:, headerValue:, secret:)— HMAC-SHA256 viapackage:crypto, constant-time comparison, tolerates thesha256=header prefix. - Dart 3.0+, Flutter-friendly, pure Dart (no platform channels).
- API key resolution: explicit option →
SCOOVA_API_KEYenv →'demo'.