ok_http 0.1.0 copy "ok_http: ^0.1.0" to clipboard
ok_http: ^0.1.0 copied to clipboard

PlatformAndroid

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ok_http

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

dependencies:
  ok_http: ^0.1.0

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:ok_http/ok_http.dart';
6
likes
160
pub points
40%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, http, http_profile, jni, plugin_platform_interface, web_socket

More

Packages that depend on ok_http