None.
- Provide fix suggestions for
dart fix
. - Bump cronet_http version to
>=0.4.0 <=2.0.0
.
- Adds
createCronetEngine
andcreateCupertinoConfiguration
to deprecatecronetEngine
andcupertinoConfiguration
for theNativeAdapter
, to avoid platform exceptions. - Improve the request stream byte conversion.
- Adds the missing
flutter
dependency.
- Bump
cronet_http
version. - Minimal required Dart version is now 3.1.
- Minimal required Flutter version is now 3.13.0.
- Allow case-sensitive header keys with the
preserveHeaderCase
flag through options.
- Add topics to packages.
- Update dependencies to make use of stable versions.
- Replace
DioError
withDioException
. - Fix
onReceiveProgress
callback.
- Bump cupertino_http and cronet_http versions.
- Improve code formats according to linter rules.
- Initial version.