dio_web_adapter 2.1.1
dio_web_adapter: ^2.1.1 copied to clipboard
An adapter that supports Dio on Web.
CHANGELOG #
Unreleased #
None.
2.1.1 #
- Move all source Dart files to
*_impl.dartto avoid naming collision. This is a workaround of https://github.com/dart-lang/sdk/issues/56498.
2.1.0 #
- Support
FileAccessModeinDio.downloadandDio.downloadUrito change download file opening mode.
2.0.0 #
- Supports the WASM environment. Users should upgrade the adapter with
dart pub upgradeorflutter pub upgradeto use the WASM-supported version.
1.0.1 #
- Improves warning logs on the Web platform.
1.0.0 #
- Split the Web ability from the
package:dio.