cronet_http_worker 0.0.2 cronet_http_worker: ^0.0.2 copied to clipboard
Cronet HTTP Worker for Unwired
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cronet_http_worker
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cronet_http_worker: ^0.0.2
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_worker/cronet_http_worker.dart';