dart_http_client 0.0.2 copy "dart_http_client: ^0.0.2" to clipboard
dart_http_client: ^0.0.2 copied to clipboard

HTTP client for Flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_http_client

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

dependencies:
  dart_http_client: ^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:dart_http_client/dart_http_client.dart';
1
likes
115
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

HTTP client for Flutter

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, json_annotation, pretty_dio_logger

More

Packages that depend on dart_http_client