alphax_web
Browser Fetch HTTP transport adapter for AlphaX with streaming, cancellation, and truthful capability reporting.
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 browser Fetch example showing a request, response body, and the intentionally unknown browser protocol metadata.
- Expanded package metadata to describe the adapter's supported use case.
-
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 →- Added
WebFetchTransport, an AlphaX transport backed by browser Fetch. - Added browser response streaming, cancellation through Fetch abort signals, overall timeout handling, redirect configuration, and normalized transport errors.
- Added truthful Web capability reporting: browser protocol negotiation is unknown to Dart and concrete protocol requirements fail closed.
- Documented CORS, browser credential, file, TLS, proxy, upload, and protocol limitations.
This package is a separate Web adapter. It does not add browser support to the pure
alphaxpackage or the nativealphax_nativeplugin. - Added