cronet_http_embedded 0.2.1 copy "cronet_http_embedded: ^0.2.1" to clipboard
cronet_http_embedded: ^0.2.1 copied to clipboard

discontinuedreplaced by: cronet_http

An Android Flutter plugin that provides access to the Cronet HTTP client. Identical to package:cronet_http except that it embeds Cronet rather than relying on Google Play Services.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cronet_http_embedded

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  cronet_http_embedded: ^0.2.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cronet_http_embedded/cronet_http.dart';
3
likes
0
pub points
44%
popularity

Publisher

verified publisherlabs.dart.dev

An Android Flutter plugin that provides access to the Cronet HTTP client. Identical to package:cronet_http except that it embeds Cronet rather than relying on Google Play Services.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on cronet_http_embedded