None.
- Move all source Dart files to
*_impl.dart
to avoid naming collision. This is a workaround of dart-lang/sdk#56498.
- Support
FileAccessMode
inDio.download
andDio.downloadUri
to change download file opening mode.
- Supports the WASM environment. Users should upgrade the adapter with
dart pub upgrade
orflutter pub upgrade
to use the WASM-supported version.
- Improves warning logs on the Web platform.
- Split the Web ability from the
package:dio
.