rerout 0.2.0
rerout: ^0.2.0 copied to clipboard
Official Dart SDK for the Rerout branded-link API.
Changelog #
All notable changes to the rerout Dart package are documented in this file.
This project adheres to Semantic Versioning.
0.2.0 - 2026-06-02 #
0.1.0 - 2026-05-20 #
Added #
- Initial public release.
Rerout.initializefactory with default + custombaseUrland injectableDiofor tests.- Link operations:
create,list,get,update,delete,stats. - Project operations:
stats,me. - QR helpers: pure URL builder (
Rerout.qr.url) and authenticated SVG fetch (Rerout.qr.svg). ReroutWebhookSignature.verify— HMAC-SHA256 webhook signature verification with configurable timestamp tolerance and constant-time comparison.- Sealed
Result<T>type (Success/Error) withmap,flatMap,when. ReroutExceptionwithcode,statusCode,message,path,timestampplusisServerError/isRateLimitedflags.