forgefy 0.1.0 copy "forgefy: ^0.1.0" to clipboard
forgefy: ^0.1.0 copied to clipboard

Official Dart & Flutter SDK for the Forgefy Developer API — transcripts in, structured product requirements out.

Changelog #

0.1.0 #

Initial release. Mirrors the TypeScript and Python SDKs.

  • Forgefy.extract() — synchronous extraction (transcripts ≤ 50k chars).
  • Forgefy.jobs.create() / .get() / .waitFor() — async extraction jobs (transcripts up to 200k chars) with an auto-generated Idempotency-Key.
  • Forgefy.usage() — the key owner's tier and monthly token budget.
  • Typed exception hierarchy mapped from the API's problem+json responses.
  • verifySignature() — constant-time verification of signed webhook deliveries.
  • Automatic retries for 429 and transient network failures (exponential backoff with jitter, Retry-After honored).
1
likes
160
points
34
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Official Dart & Flutter SDK for the Forgefy Developer API — transcripts in, structured product requirements out.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, http

More

Packages that depend on forgefy