http_helper 1.2.3 copy "http_helper: ^1.2.3" to clipboard
http_helper: ^1.2.3 copied to clipboard

The http_helper is a powerful yet easy-to-use HTTP networking library for Dart, designed to encapsulate the complexities of making HTTP requests in client applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add http_helper

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

dependencies:
  http_helper: ^1.2.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:http_helper/http_helper.dart';
9
likes
0
pub points
27%
popularity

Publisher

unverified uploader

The http_helper is a powerful yet easy-to-use HTTP networking library for Dart, designed to encapsulate the complexities of making HTTP requests in client applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http, json_annotation, json_serializable

More

Packages that depend on http_helper