cronet_http 0.1.2 cronet_http: ^0.1.2 copied to clipboard
An Android Flutter plugin that provides access to the Cronet HTTP client.
0.1.2 #
- Fix a NPE that occurs when an error occurs before a response is received.
0.1.1 #
CronetClient
throws an exception ifsend
is called afterclose
.
0.1.0 #
- Add a CronetClient that accepts a
Future<CronetEngine>
. - Modify the example application to create a
CronetClient
using aFuture<CronetEngine>
.
0.0.4 #
- Fix a bug where the example would not use the configured
package:http
Client
for Books API calls in some circumstances. - Fix a bug where the images in the example would be loaded using
dart:io
HttpClient
.
0.0.2 #
- Set
StreamedResponse.reasonPhrase
andStreamedResponse.request
.
0.0.1 #
- Initial development release.