- Migrate to null safety.
- Allow multipart form data with specified encodings that don't require decoding.
- Prepare for
HttpClientResponse
SDK change (implementsStream<Uint8List>
rather thanStream<List<int>>
).
- Prepare for
File.openRead()
SDK change in signature.
- Fix a Dart 2 type issue.
- Updates to support Dart 2 constants.
- Updates to support Dart 2.0 core library changes (wave 2.2). See issue 31847 for details.
- Updated the secure networking code to the SDKs version 1.15 SecurityContext api
- Updated the layout of package contents.
- Removed the decoding of HTML entity values (in the form &#xxxxx;) for values when parsing multipart/form-post requests.
- Fixed bugs in the handling of the Range header