package:http
.NullThrownError
.List
of Map
instances.MultipartMediaUploader
.UploadOptions
and DownloadOptions
.mapMap
helper. No longer used.Escaper
class. Now expose a single escapeVariable
top-level function.dartVersion
getter. Used to generate request headers in client libraries.ApiRequestError
(and its subclass DetailedApiRequestError
) from extending Error
to implementing Exception
.The change from extending Error
to implementing Exception
should not affect try {...} on DetailedApiRequestError {
blocks. But anyone catching Error
, Exception
or testing with is Error
might be affected.
x-goog-api-client
header for client library identification.content-length
bug introduced in 0.1.8
.package:http
>=0.11.1 <0.13.0
.Updates to support Dart 2.0 core library changes (wave 2.2). See issue 31847 for details.
pkg/crypto
dependency and upgrade Dart dependency to >=1.13.