http_helper 1.2.6 copy "http_helper: ^1.2.6" to clipboard
http_helper: ^1.2.6 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

With Flutter:

 $ flutter 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.6

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:http_helper/http_helper.dart';
9
likes
160
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

Documentation

API reference

License

MIT (license)

Dependencies

http, json_annotation, json_serializable

More

Packages that depend on http_helper