dio_web_adapter
An adapter that supports Dio on Web.
2.2.1
4.1M downloads/mo
#157 most downloaded on pub.dev
cfug/dio
What this package is like to depend on
Last release 29 days ago
25 Jul 2026
Release timing varies
gaps range from 2 weeks to 12 months
Most releases are documented
notes for 8 of 10 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
10 releases · first in 2024
3 releases in the last 12 months
see the full history below
Release timeline
10 releases · Jun 2024 to Jul 2026
2025
2026
Releases
latest 10-
2.2.125 Jul 2026Release notes
Open source →What's new
- Warn when a request is not a CORS "simple request" and will trigger a
preflight (OPTIONS) request, and enrich theXMLHttpRequest.onErrormessage
with CORS guidance when the request was preflighted. The warning can be
disabled viaBrowserHttpClientAdapter(enableCORSWarning: false); the
enriched error message is always emitted.
Release notes
Open source →- Warn when a request is not a CORS "simple request" and will trigger a
preflight (OPTIONS) request, and enrich the
XMLHttpRequest.onErrormessage with CORS guidance when the request was preflighted. The warning can be disabled viaBrowserHttpClientAdapter(enableCORSWarning: false); the enriched error message is always emitted.
- Warn when a request is not a CORS "simple request" and will trigger a
-
2.2.029 Jun 2026Release notes
Open source →What's new
- Support
Dio.downloadon Web by fetching bytes and triggering a browser download with a Blob URL.
Release notes
Open source →- Support
Dio.downloadon Web by fetching bytes and triggering a browser download with a Blob URL.
- Support
-
2.1.202 Mar 2026Release notes
Open source →- Fix inaccurate timeout type detection using
xhr.readyStateinstead of timer existence.
- Fix inaccurate timeout type detection using
-
2.1.125 Feb 2025Release notes
Open source →- Move all source Dart files to
*_impl.dartto avoid naming collision. This is a workaround of https://github.com/dart-lang/sdk/issues/56498.
- Move all source Dart files to
-
2.1.029 Jan 2025Release notes
Open source →- Support
FileAccessModeinDio.downloadandDio.downloadUrito change download file opening mode.
- Support
-
2.0.013 Aug 2024Release notes
Open source →- Supports the WASM environment. Users should upgrade the adapter with
dart pub upgradeorflutter pub upgradeto use the WASM-supported version.
- Supports the WASM environment. Users should upgrade the adapter with
-
1.1.125 Feb 2025Nothing published for this version
-
1.1.029 Jan 2025Nothing published for this version
-
1.0.103 Jul 2024 -
1.0.017 Jun 2024