cronet_http 0.4.1 copy "cronet_http: ^0.4.1" to clipboard
cronet_http: ^0.4.1 copied to clipboard

An Android Flutter plugin that provides access to the Cronet HTTP client.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cronet_http

With Flutter:

 $ flutter pub add cronet_http

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

dependencies:
  cronet_http: ^0.4.1

Alternatively, your editor might support dart pub get or 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/cronet_http.dart';
39
likes
0
pub points
92%
popularity

Publisher

verified publisherdart.dev

An Android Flutter plugin that provides access to the Cronet HTTP client.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, jni

More

Packages that depend on cronet_http