cronet_http_embedded 0.4.3 cronet_http_embedded: ^0.4.3 copied to clipboard
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.4.3
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';