alphax
Transport-independent HTTP client contracts for Dart and Flutter.
1.0.0-rc.3
auvana-ventures/alphax
What this package is like to depend on
Last release 6 days ago
17 Aug 2026
Too new to tell
only 1 release windows
Unknown
no stable releases
Nothing withdrawn
no release was ever pulled
0 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Aug 2026 to Aug 2026Releases
latest 3-
1.0.0-rc.317 Aug 2026 pre-releaseRelease notes
Open source →- Added a runnable package-local example showing a custom transport, request, response body, streaming events, and completion protocol metadata.
- Documented the in-memory cookie-jar constructor for complete API reference coverage.
-
1.0.0-rc.217 Aug 2026 pre-releaseRelease notes
Open source →- Corrected the theme-aware README logo URLs to absolute repository assets so pub.dev and other Markdown renderers load both SVG variants.
-
1.0.0-rc.117 Aug 2026 pre-releaseRelease notes
Open source →- Stabilized the pure-Dart transport-independent request/response, body, stream, file, cancellation, timeout, redirect, middleware, capability, protocol, metrics, and normalized-error contracts.
- Added protocol preference/requirement, truthful fallback, TLS/trust/pinning, proxy, and opaque client-identity policy models.
- Added opt-in replay-aware retries, token authentication with single-flight challenge refresh, in-memory cookies, buffered HTTP caching, and generic circuit-breaker resilience middleware.
- Added the asynchronous
AlphaXCookieStoreabstraction with atomicupdateCookies. The middleware owns cookie parsing/matching whileAlphaXCookieJarremains a queued in-memory implementation; persistence remains caller-owned. - Replaced the URI-only cache store with
AlphaXCacheKey/AlphaXCacheEntryvariant-aware storage. Added private-cache defaults,Varyselection, Cache-Control/Date/Age/Expires freshness, credential isolation, Set-Cookie exclusion, ETag/Last-Modified revalidation, 304 metadata merging, bounded entry/byte limits, and mutation invalidation. - Added HTTP-date
Retry-Afterparsing with the existing bounded retry policy. - Documented completion-time protocol metadata and intentional provider limitations.
No Flutter or native transport dependency is included in
alphax.